Looking for quick CSS to hide the sidebar on mobile for single product pages (but not on archive pages).
Thanks!
Hey web6s,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
Victoria
See private content.
Hi,
Please try to add following code to the quick css field:
@media only screen and (max-width: 768px) {
#top .single-product-main-image{
display:none;
}
}
Best regards,
Peter