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

Remove header widget padding and margins

Home / Forums / Virtue Theme / Remove header widget padding and margins

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
January 31, 2016 at 12:16 pm

I’m using a logo in a small portion of my header, the rest is dedicated to the header widget which contains a pair of addresses and a slideshow. The slideshow is right justified but I don’t want any white space above, below, or to the right. I can’t seem to eliminate a thin with line along the bottom and to the right. Here’s the CSS I’m using in the Advanced Settings tab:


@media
(min-width: 992px){
.kad-header-left {width:18%;}
.kad-header-widget {width:82%;}
}
.kad-header-widget {
padding-right: 0;
margin-right: 0px;
float: right;
}
.kad-header-widget .kad-slider-wrapper {
margin-right:0 !important;
margin-top: -1px;
}

You can view the site HERE.

As always, any help is greatly appreciated.

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