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
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
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
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