Comments liyan1980 started the conversationJune 20, 2020 at 3:09amI want to change my website width to 1400. But I can't find the setting. Can you help? I can change the header and footer to 1400. But I can't change the homepage with right sidebar. 2,700PenciDesign repliedJune 20, 2020 at 3:41amHi,Please add more this code to Customize > Custom CSS to do that: @media only screen and (min-width: 1200px){ .container { width: 1400px; } } Best Regards,PenciDesign Sign in to reply ...
I want to change my website width to 1400. But I can't find the setting. Can you help? I can change the header and footer to 1400. But I can't change the homepage with right sidebar.
Hi,
Please add more this code to Customize > Custom CSS to do that:
Best Regards,
PenciDesign