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
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