• Resolved rautsanju123

    (@rautsanju123)


    Hi,
    I am using hestia theme for woocommerce Website.
    I am trying to increase width of the sidebar but i can’t.the sidebar width is set to 100%.but still it looks small,the product categories not fitted in right sidebar you can have a look here https://www.liftpartsglobal.com.au/products/
    I don’t want the right side margin near sidebar.
    how can this be done.
    Thanks for help in advance.

    Sanju

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    hello rautsanju123,

    Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer

    .content-sidebar-right {
        width: 67% !important;
    }
    
    .shop-sidebar-wrapper {
        width: 33% !important;
    }

    Hope this will helps you.

    Thanks.

    Thread Starter rautsanju123

    (@rautsanju123)

    Great.
    Works very well.
    Thank you very much.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘how to increase sidebar width of the products page in hestia theme’ is closed to new replies.