CONTENT area and sidebar width change Shapely

Hello team
i would like to make my content area a much bigger, but there is nothing i can find in them, i even checked in style editor and was not successful.
I looked online something like
.wrap { max-width: 1366px; } put in into additional CSS but nothing.
Could you pls advice how to change the width to the preferable size? thank you very much

Hello there,

I hope you are doing well today.

You can change the width of the post in the the settings via Appearance > Customize > Blog Settings > Blog Single Settings > Single Post template and you can select the width option you would like to use. If that does not help then CSS would have to be used to change the width of the content area.

Best Regards,
Support

Thank you for your response, but this is not what i was looking for, i know how to change to full width, so sidebat, left sidebat and so on. But ho to define the content be bigger then for exaple full with, but based on my preferences.
Thank you for advices

Hello there,

I hope you are doing well today.

You can use the following CSS code to edit the width of the content by going to Appearance > Customize > Additional CSS and pasting it there.


@media (min-width: 992px)
.col-md-8 {
    width: 100%;
}

If the code provided does not help then please provide a link to your website.

Best Regards,
Support