• I am looking to decrease the width of the woocommerce side bar. Apparently, if I go to Customize and change the % of side bar width it is only changing product filter widths, not actually decreasing the side bar width.

    See the below image for further clarification
    https://ibb.co/44M1WcR

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Amit Singh

    (@apprimit)

    Hello,

    Try to use the below css code. Add it to the Customize > Custom CSS section. It only works on woocommerce pages –

    .woocommerce .widget-area {
        width: 22%;
    }
    .woocommerce .content-area {
        width: 78%;
    }
    Thread Starter 7acestech

    (@7acestech)

    Hi

    The line obviously moved left and I believe I can also do that from styling.
    However my problem is as follows. I realized I did not ask the question properly.

    The line moves left. Which is good. Then it is also squeezing the widgets. I dont want that. I want the widgets to have a set width…so it will be close to the line, rather than crumbling in this picture.

    https://ibb.co/b7v12yd

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Side bar width modify’ is closed to new replies.