This topic has 7 replies, 2 voices, and was last updated 7 years, 10 months ago ago by Rose Tyler
i set wide layout
but i would you like a larger page
i try setting theme options / responsive / large resolution from 1600
but the page is not wider
also for header..is possible to set 1600px ?
so it’s possible set SITE CONTENT WIDTH (PX)??
Hello,
Try to add this code in Custom CSS file:
@media (min-width: 1200px){
.container {
max-width: 1600px;
width: 100%;
}}
How to create custom.css you can watch in this tutorial
https://youtu.be/Qok2zRedRMY
Regards,
Rose Tyler.
hi, i add this code in my custom.css but the page is not changed
Hello,
I’ve added !important
. Clear browser cache and check, please.
Regards,
Rose Tyler.
ok thanks
Hello,
You’re welcome!
Regards,
Rose Tyler.
The issue related to '‘wide layout’' has been successfully resolved, and the topic is now closed for further responses