reducing white space in pages
-
Hi, in my home page and post page (the post page only big screens) there is some white space at the top. Here is some screenshots:
https://kacholcoaching.files.wordpress.com/2016/10/white-space-1.png
https://kacholcoaching.files.wordpress.com/2016/10/white-space-2.pngHow can it be reduced?
thanks!
The blog I need help with is: (visible only to logged in users)
-
Hi,
this is problem with javasript because it renders padding-top for your content on wrong way.
To remove this space on your home page, paste this css code:
.page.page-id-603 #content {
padding-top: 87px !important;
}If you have that problem on other pages, you can use this CSS code and just set page-id from that page you have problem.
(for example: http://screencast.com/t/B9zybkhXlrh8)
Best Regards
- The topic ‘reducing white space in pages’ is closed to new replies.