• I would like to change the width of my sidebars/widgets. How can I do that? I tried to find the width in the css, but I cannot find it. Does anyone know a solution?

Viewing 1 replies (of 1 total)
  • Hello @f1,
    First find the box to add CSS code by following path: Appearance > Customize > Custom CSS from dashboard. Inside the textarea add and customize following code:

    #secondary {
    width: 25%;
    }

    Please change the value 25% as per you want. Try to increase and decrease to fit your requirements.

    Regards,
    Ashish

Viewing 1 replies (of 1 total)
  • The topic ‘Change width Sidebars/Widgets’ is closed to new replies.