Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #283445

    hello there
    i have tried so many things to solve Menu overlapping in Ipad landscape mode but unable to find any right match can someone help me out to solve this

    Many Thanks

    #283474

    Hey crm!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

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

    Best regards,
    Yigit

    #283484
    This reply has been marked as private.
    #283494

    Hi!

    Code is not being applied. Please try adding !important rule as following

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

    Best regards,
    Yigit

    #283506
    This reply has been marked as private.
    #283509

    Hi!

    Please flush browser cache and refresh your page a few times. It is working fine on my end :)

    Best regards,
    Yigit

    #283519
    This reply has been marked as private.
    #283536

    Hi!

    Please add following code to Quick CSS

    li#menu-item-3536 a {
    padding-right: 25px!important;
    }

    Regards,
    Yigit

    #283903
    This reply has been marked as private.
    #284052

    Hey!

    Please go to Enfold theme options > Header Layout > Mobile Menu > Header Mobile Menu activation and choose 990px.
    If you do not mind creating a temporary admin login and posting it here privately i can look into home icon issue

    Best regards,
    Yigit

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