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

    Greetings,

    Would you happen to have a quick CSS fix to accomplish the followinig:

    Have the site (Enfold theme) use a “Boxed Layout” for regular desktop viewing, but also have it use the “Stretched Layout” for mobile versions such as tablets and smart phones

    Thank you for your support.

    #140618

    Hi,

    This will do it:

    @media only screen and (max-width: 767px) {

    body{

    margin: 0 !important;

    width: 100% !important;

    }

    }

    Regards,

    Josue

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Boxed/Stretched Layout’ is closed to new replies.