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

    Getting 3 errors in Google Search console for Enfold theme:

    1. Text too small to read
    2. Clickable elements too close together
    3. View port not set

    When the client looks at the site on mobile, the magnifying glass is cutting into the logo area. She is using a galaxy9plus. On my Note8, it has no issues.

    #1075287

    Hey rsetran,

    Can you give us a link to your site?
    You can post the link in private content, if you want it to be seen only by the moderators.

    Best regards,
    Nikko

    #1075548
    This reply has been marked as private.
    #1075900

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling to activate the mobile menu at an earlier point:

    @media only screen and (max-width: 1230px) {
      nav.main_menu {
        display: block !important;
      }
      #avia-menu .menu-item {
        display: none;
      }
      .av-burger-menu-main.menu-item-avia-special {
        display: block;
      }
    }
    

    If you think your site doesn’t have the problems which Google are reporting then you can ignore what they are telling you.

    Best regards,
    Rikard

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