How can I resize the width of the side-bars?

How can I resize the width of the side-bars?

Hi Helpmut

Please always include a direct link to the question, without it I’m useless :slight_smile:

Regards

The website is made with the theme Travelify.
I want to reduce the width of the left-sidebar.
Here is an example of a page:

https://wey2.net/schilderen/

Here is a part of the screen with the arrow and the rectangle showing the left-sidebar.

Thanks :slight_smile:

Use this css in Appearance > Customize > Additionall css:

#secondary {
    width: 18.28%;
}
#primary {
    width: 72.64%;
}

Regards

It works!
Thanks for the siwft answer :slightly_smiling_face:

You are welcome :slight_smile:

Have a good day