Comments marcustw started the conversationFebruary 8, 2021 at 6:54amHelle there,I want to change the value of the width of the complete website. Where can I change this? I try a lot of custom CSS of this forum, but nothing works. The width ist still 1170px.How can I change this? 2,700PenciDesign repliedFebruary 8, 2021 at 8:38amHi,Please try to add more this code to Customize > Custom CSS to do that: @media only screen and (min-width: 1170px){ .container{ width: 1000px; } } Change value 1000 to value as you want.Best Regards,PenciDesignmarcustw repliedFebruary 8, 2021 at 9:35amHi.great. It work. Sign in to reply ...
Helle there,
I want to change the value of the width of the complete website. Where can I change this? I try a lot of custom CSS of this forum, but nothing works. The width ist still 1170px.
How can I change this?
Hi,
Please try to add more this code to Customize > Custom CSS to do that:
Change value 1000 to value as you want.
Best Regards,
PenciDesign
Hi.
great. It work.