[Resolved] How do I remove right sidebar on the product page?

Home Forums Support [Resolved] How do I remove right sidebar on the product page?

Home Forums Support How do I remove right sidebar on the product page?

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1071603
    frustrated with GP

    How do I edit the css code of Merch GP theme so the sidebar isn’t showing in the product description

    Please help GP team.

    #1071703
    frustrated with GP

    delete from css

    @media (min-width: 768px) {
        .single-product #right-sidebar {
            float: right;
        }
    
        .single-product div.product .woocommerce-tabs,
        .single-product div.product .related.products,
        .single-product div.product .upsells.products {
            width: 66%;
            display: inline-block;
        }
    }

    and delete Woo Single Product Sidebar from elements for anyone else having trouble

    #1072243
    David
    Staff
    Customer Support

    Hi there,

    sounds like you found the issue and solution. Let me know if not.

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