Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #439418

    Hello. Currently developing a site and cannot get responsiveness to work correctly, please visit the link below to replicate the issue. Happens on the entire site.

    #439670

    Bump. Please respond.

    #440119

    Hey!

    Please try the following in Quick CSS under Enfold–>General Styling:

    @media only screen and (max-width: 767px) {
    ul.av-main-nav li a{
     height: auto !important;
     line-height: auto !important; 
    }
    }

    P.S bumping has an adverse effect on this forum.

    Regards,
    Rikard

    #440347

    Rikard,

    Did not work. Please visit the link above and see for yourself. WP Super Cache came installed by default, would that have anything to do with it? I deleted the plugin as soon as I realized it was installed…

    #440787

    Hi!

    Please try the following instead:

    @media only screen and (max-width: 767px) {
    ul.av-main-nav li a{
     height: auto !important;
     line-height: 30px !important; 
    }
    }

    Best regards,
    Rikard

    #441245

    Still did not work. :(

    #441407

    Hi!

    The menu structure doesn’t look right. Did you add any modifications in the theme files?

    Regards,
    Ismael

    #441505

    No. Have not changed anything. It’s been like that since installation. Do you have a file I can replace?

    #441521

    Hey!

    Do you mind creating a temporary admin login and posting it here privately so we can look into it?

    Best regards,
    Yigit

    #441619
    This reply has been marked as private.
    #441626

    Hi!

    You have not choosen your main menu as “Enfold main menu” in Appearance > Menus under Menu Settings. I have set it. Please review your website now.

    Cheers!
    Yigit

    #441628
    This reply has been marked as private.
Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Responsive Issues…’ is closed to new replies.