• Hello,

    Our website is still a demo site, so I am not sure if you’re able to view it. Please have the theme author or developer contact me.

    Anyway, the issue I am having is on the homepage alone. I downloaded a template from Visual Composer- WPBakery Page Builder and issue itself is caused by the theme. I’ve contacted WPBakery support and they verified that the issue is the theme. It is adding padding to the top of the page content, as well as, height to menu. It is also adding padding on the bottom, which is causing space.

    I need to know how to override the padding on the homepage only so the homepage displays correctly. This is the only delay in going live.

    Thank you,

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi iugroup,

    You can remove the padding by custom css. Please follow the below css-

    #post-5 {
    padding: 0px !important;
    }
    

    I hope the above was helpful.

    Kind regards,

    Manoj

    Thread Starter iugroup

    (@iugroup)

    Hi there,

    Thank you for your suggestion. I added that CSS and it slightly improved the top but did not improve the bottom of the page.

    Also, when I copied and pasted the CSS code there is a yellow warning sign (yellow triangle with an exclamation point), that reads, “Use of !important Values of 0 shouldn’t have units specified.”

    What does this mean? And How can I remove the padding/white rectangle at the bottom of the page>

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Extra padding on top and bottom of homepage’ is closed to new replies.