Links not working on mobile

Hi,

When on mobile (both iOS and Android) the links on the site don’t seem to be working.

I’ve found a CSS solution for another team in the forum here, but that does not seem to be working…

div#secondary {
position: static;
}

Does NOT work…

The site is www.appaanzee.be

They used to work just fine in the past.

Thanks in advance for a swift reply

Hi @sechhelaba,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Shapely Options -> Other

@media (max-width: 767px){
  aside#secondary{
    clear: both;
  }
}

Best Regards,
Movin

Hi,

Thanks a lot for your swift reply.
It seems for now that switching on the Mobile theme in Jetpack has resolved the issue, but I’ll check your solution as well.

You are most welcome here :slight_smile: