Site logo

Archived topic

How do I remove right sidebar on the product page?

2 replies · Started by frustrated with GP on November 21, 2019

Viewing posts 1–3 of 3

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.

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

Hi there,

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

This archived topic is closed to new replies.