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

    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

    #240258

    Hey boemedia!

    Can you post the link to your page so we can take a look?

    Cheers!
    Yigit

    #240638
    This reply has been marked as private.
    #240767

    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

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