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

Make staff profiles full width

Home / Forums / Virtue Theme / Make staff profiles full width

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
June 17, 2019 at 1:59 pm

Hi,

I would like to make staff profiles full width in Virtue Premium (i.e. no sidebar). I have achieved this with some css:

.single-staff .sidebar {
display:none;
}

.single-staff .col-lg-9 {
width: 100%;
}

However, I would like to make one of the rows here with a full-width background, and it just won’t go full width.
I have full width background successfully on other pages, but not the staff profiles where I have manually removed the sidebar.
I am using Kadence Blocks with Kadence Block Row Layout block with full width selected, and it still gives margins down both sides.

Suggestions to resolve would be much appreciated

~Leah
Is there a better way?

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