Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #250521

    Hi,
    I require some assistance. I pretty much is done with the website except there’s a mini flaw on the responsive part when viewing on tablets like ipad.
    http://ipad-emulator.org/ I refer to this using windows OS – it looks perfectly when referring to the website. But when I use my Mac OS it to view via ipad emulator, the header will cut slightly into the logo. (Which is what exactly you see on an actual iPad.
    I’ll give the link in the next reply!

    Thank you!

    #250522
    This reply has been marked as private.
    #250524
    This reply has been marked as private.
    #251010

    Hey!

    Please add following code to Quick CSS

    @media only screen and (max-width: 1140px) {
    .av-main-nav > li > a {
    padding: 0 7px !important; }}

    And flush browser cache after applying the code

    Cheers!
    Yigit

    #251236

    Thank you it did solved the problem i believe :)

    #251239

    Hey!

    Great! :) You can remove following code from Quick CSS

    @media only screen and (max-width: 1060px)
    .av-main-nav > li > a {
    padding: 0 11px !important;
    }
    }

    Let us know if you have any other questions or issues

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Enfold Responsive Header issue for ipad’ is closed to new replies.