Change layout page width on bigger screen sizes

Topic summary

A user wants to adjust their website’s layout width for larger displays (27\

Summarized with AI on November 15. AI used: claude-sonnet-4-5-20250929.

Hi,

I want to change the websites layout width on screen sizes 27’ and up. It looks great on my macbook 13 and not so great on my 27 display. Now i use page width 1300 px but i want to use 1600 for the the bigger screens, how can I do this? It should be simple right?

Best regards,

Leon

Hi @Leonpojen

Please share your store URL and password so I can provide solution for you.

1 Like

Hi, sorry for late reply, its www.arceyworldwide.com and password is “arcey”

Hello this did not work, it made my banner smaller instead of the website wider

@Dan-From-Ryviu

Hi @Leonpojen

Go to your Online store > Theme > Edit code > add this code below at the bottom of your base.css file

.page-width, 
.page-width-desktop { max-width: 1600px !important; }
1 Like