Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #284804

    I have a layout on this page (made private) which is 2 x 1 x 1 containers with 2/10 LHS nav
    Layout is fine on phone (port & landscape), PC, and Ipad landscape.
    However on Ipad Portrait the last column does not work its sits with the 2nd column

    #284918

    Hi Denis!

    Thank you for using the theme!

    Please add this on Quick CSS or custom.css:

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    div .av_one_fourth {
    margin-left: 2%;
    width: 47.5%;
    }
    }

    Cheers!
    Ismael

    #284944

    Great Thanks, That worked. Now I understand the logic a a bit more on how the layout works.

    Is there any documentation on all of this,

    Cheers, Denis

    #285351

    Hey!

    You can find some code snippets on Enfold documentation here – http://kriesi.at/documentation/enfold/
    and video tutorials here – http://vimeo.com/channels/aviathemes

    Regards,
    Yigit

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