Hello,
I’m checking the responsive layout of my website that I built with Enfold on my Ipad and in portrait mode, it seems all wrong. On the desktop layout I’v created 4 1/4th columns. In portrait mode on the ipad two of them appear fine, next to each other. The other two follow smaller and weirdly placed…
Is this a bug? I haven’t done anything with css .
Kind regards
Monique
Hey boemedia!
Can you post the link to your page so we can take a look?
Cheers!
Yigit
Hey!
I tried resizing the browser window but menu is not overlapping.
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 989px) and (min-width: 768px) {
div .av_one_fourth {
margin-left: 0!important;
width: 100%!important;
clear: both;
}}
Regards,
Yigit