Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Reduce the spacing between the top and body of the page

Home / Forums / Virtue Theme / Reduce the spacing between the top and body of the page

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
April 14, 2015 at 9:19 am

I’ve also removed the page titles and the grey dividing lines (that appear above and below the title) using the following code in the Custom CSS Box:

.page-header {
border:0;
}

.titleclass h1 {
display: none;
}

But I’m wanting to reduce the amount of space between the logo/navigation menu and the body of the page where the content starts appearing. I’ve already set the logo and primary menu spacing to zero in the ‘Main Settings’, but there’s still a 25px-30px gap under navigation menu that I’d like to reduce to around 10px. Is there some additional CSS code for this?

Thanks

  • The forum ‘Virtue Theme’ is closed to new topics and replies.