Tagged: 

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

    My site has been working for about 2 years now, but several months ago we noticed the buttons no longer work in mobile mode. The buttons all work fine from the desktop. In mobile mode they appear to not have a link or not recognize they are buttons at all. Is this a known issue? Any suggestions on what we can do to resolve this issue?

    #1466418

    Hey sarahp181,

    I’m not sure which buttons you are referring to, do you mean the menu items? If you have a screenshot highlighting the problem, then please share it with us.

    Best regards,
    Rikard

    #1466527

    It is not about the menu, it’s regular buttons on the site. It’s all regular buttons on the site that don’t work in mobile mode. Here is a screen shot of the first buttons on the home screen. One button is not showing the text, I haven’t looked at that yet (so it’s just a black button), but the other button with text for booking a call doesn’t work either).

    Well, I don’t see a way to attach a screenshot so can you go to this link: https://sarahnicolevm.com/ and just look at the first two buttons “Schedule a Fit Call” and the “View My Services” button doesn’t show the copy at this moment, but I am looking at that now too.

    #1466558

    Hi,

    Thanks for the clarification. I’m not sure why, but it seems like there are some arguments in the header which should not be there. For example:

    .html_header_right #top #header {
      bottom: 0 !important;
    }
    @media only screen and (max-width: 800px) {
      @media only screen and (max-width: 767px) {
        .html_header_right #top #header {
          bottom: 0 !important;
        }
      }
    }

    Please try removing the bottom arguments to see if that helps.

    Best regards,
    Rikard

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