Hello!
How to stretch layout to full width if screen size is more than 1200px.
Hi,
Thank you for contacting us. I am happy to help with your queries.
Try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.
@media only screen and (min-width: 1200px) {
.site .container {
width: calc(100% - 30px);
}
}
Regards,
Kharis
aThemes Support
Thanks It works.Very good.
1 Like
You’re welcome!
Please let us know in a new topic if you have any further questions, or if we can provide you with any other assistance.
Regards,
Kharis
aThemes Support