Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1117554

    Hello,

    My Enfold theme website is triggering some errors in Google Search Console related to mobile usability. I noticed that the menu and footer text are very close together which I believe is causing the issue.

    How do I edit the mobile menu and footer spacing so I can resolve this issue? I have included a link to my website (view it in mobile portrait).

    Please get back to me when you have a chance.

    Thank you.

    #1117693

    Hey mlangereis,

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

    @media only screen and (max-width: 767px) {
    #socket .sub_menu_socket li {
        line-height: 20px;
    }
    }

    Best regards,
    Rikard

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