Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #203138

    Hi

    I was wonder how to add:

    .boxed .container .stretch_full

    To landscape iPhone. I can get it in portrait on the iPhone 5 but not in landscape. @media only screen and (max-width: 767px)

    Thanks
    Mark
    http://www.barbadosapartment.com

    #203203

    Hey markbener!

    Please use this on your custom.css or Quick CSS:

    @media only screen and (max-width: 767px) {
    .responsive .boxed#top {
    width: 100%;
    }
    }

    Remove browser cache then reload the page a few times.

    Cheers!
    Ismael

    #203375

    Thank you soooooo much Ismael!

    Mark

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘How to stretch full width in landscape on iPhone?’ is closed to new replies.