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

CSS conflict

Home / Forums / Virtue Theme / CSS conflict

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
November 25, 2016 at 3:00 pm

Hi Guys,
You gave me some very helpful coding which helped a lot, however the latest addition moved my page spacing over to the left when it should be centered. Here’s an example:

And here’s the CSS code, thanks for the help!

#options {
text-align: center;
padding-right: 0;
}
#options #filters {
float: none;
padding: 0;
}
#options #filters li {
float: none;
display: inline-block;
}
#filters li a.selected, #filters li a:hover {
background: #ed8e00;
}
#filters li h5:hover {
color: white;
}
#filters li h5:hover, #filters li .selected h5 {
color: white;
}
#filters li a.selected, #filters li a:hover {
background: #ed8e00;
}
.portfolionav a {
background: black;
}

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