Is it possible to have “boxed” from 1340 px
Hi royaltask!
Please choose to display boxed layout and then add following code to Quick CSS
@media only screen and (max-width: 1340px) {
.responsive .boxed#top, .responsive.html_boxed.html_header_sticky #header, .responsive.html_boxed.html_header_transparency #header {
max-width: 100% !important;
width: 100% !important;
}}
Cheers!
Yigit