Thread Starter
sneed
(@sneed)
Keep in mind I deleted all my nav bar CSS code before adding yours. Here’s what I havew:
.site-branding {
width: 100%;
text-align: center;
}
.woocommerce .col-md-8 {
width: 100%;
}
#secondary {
display: none;
}
.navbar-nav {
float: none;
margin-left: auto;
margin-right: auto;
width: 730px;
}
.navbar li a.woomenucart-menu-item {
display: none;
}
.related.products {
display: none;
}
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Is any of that viewable on the Home page you linked? I can’t see any of those styles being applied.
Thread Starter
sneed
(@sneed)
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Yes that page, I’m sorry I think there’s something wrong with your Custom CSS plugin because its styles are not working on the Home page.
I know this Custom CSS plugin works as an alternative: http://wordpress.org/plugins/custom-css-manager-plugin
Thread Starter
sneed
(@sneed)
But it is working. All the styles I applied work fine.