Hi. See the CSS file that has the css rule for your main site container and change the width tag to 80%
Hello @hyllebergxd,
This is the CSS to change the container width:
@media (min-width: 1200px){
.container {
width: 80% !important;
}}
It might come with some functionality issues but from my testings everything seems fine.
Best regards
Thx for the reply
I can see that the content is changed to 80%, but the background image and the background color in my sections are still full width.
Do I have to find each class and set width to 80%? or is there another solution for this?
Hello @hyllebergxd,
Have you managed to fix the issue?
Yes, you have to find all the classes that wrap the content and set it to 80% width.
If you are having any trouble with this please provide the website link.
Regards