Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #482624

    Is it possible to have “boxed” from 1340 px

    • This topic was modified 9 years, 3 months ago by royaltask.
    #482687

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.