adjust width product pages woo commerce
-
Hello , I placed this css to adjust side bar on content pages.
@media (min-width: 992px) {
.main {
width: 72%;
}
.kad-sidebar {
width: 28%;
}
}
@media (min-width: 992px) {
.home .main {
width: 100% !important;
}
}
and it works fine. Except now my product pages on woo have an invisible sidebar pushing content together. My shop homepage is supposed to have a sidebar but not product pages, Is there a fix for this? Most appreciated.The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘adjust width product pages woo commerce’ is closed to new replies.