[Resolved] Impossible to disable Sidebar on single product (next to product description)

Home Forums Support [Resolved] Impossible to disable Sidebar on single product (next to product description)

Home Forums Support Impossible to disable Sidebar on single product (next to product description)

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

    Hello,

    I am unable to remove the Sidebar on single product (next to product description).
    I have disabled it from Customizing ▸ Layout >> WooCommerce But it is still showing.

    I have no caching enabled.

    Would appreciate your guidance. thanks. Adrien

    #1289829
    David
    Staff
    Customer Support

    Hi there,

    looks like you’re using the Merch site – which has its own custom sidebar. To remove it entirely you need to:

    1. Go to Appearance > Elements and delete ( or Quick Edit > Status > Draft ): the Woo Single Product Sidebar hook

    2. in Customizer > Additional CSS – remove this block of code:

    /* Single Product Sidebar position */
    
    @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;
        }
    }
    #1290012
    Adrien

    Thank you very much David!

    #1290047
    David
    Staff
    Customer Support

    You’re welcome

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