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….