This topic has 2 replies, 2 voices, and was last updated 5 years, 12 months ago ago by Rose Tyler
Hi,
I am trying to hide the shop navbar on tthe left hand side when viewing on a mobile.
I searched on the web and added:
@media (max-width: 768px) {
.woocommerce .sidebar {
display: none;
}
}
This appeared to work but that was on a browser test as a mobile. Looking on my iphone it is still there and forces the products to show below it so a bit of a scroll on mobile !?
Please help….
Hello,
The code should work fine on all devices up to 768px screen width. Try to clear cache in the mobile browser and check one more time.
Or you can delete the custom code and use “Sidebar by click on mobile” (Theme Options > Products Page Layout). Also, “Sidebar position for responsive layout” can be changed via Theme Options.
Regards
You must be logged in to reply to this topic.Log in/Sign up