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

padding above body content

Home / Forums / Virtue Theme / padding above body content

This topic is: Not Resolved
[Not Resolved]
Posted in: Virtue Theme
September 1, 2015 at 9:17 am

Hi,
I’d like to add some padding between the page title and the body. I’ve added the following css (from Ben) to disable the page title but continue showing the breadcrumbs…

.page-header > h1 {
font-size: 0;
line-height: 2px;
margin: 0;
}
#kadbreadcrumbs {
font-size: 14px; position: absolute; padding-top: 15px; padding-left: 10px;
}

Now what I want to do is add space between the breadcrumb and the top of the page body. I’ve added “padding-bottom: 10px;” to the #kadbreadcrumbs css but it doesn’t change anything.

Thanks,
Mike

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