Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1015402

    Looking for quick CSS to hide the sidebar on mobile for single product pages (but not on archive pages).

    Thanks!

    #1015462

    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

    #1015468

    See private content.

    #1015743

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.