Links don't work on mobile

Hi, I have an issue with your theme. When I click on external link on my website nothing happens. I’ve tried several tips from other forums but nothing worked. In your demo I can see the same issue. I have an android smartphone. Links work perfectly on desktop.

Hello there,

I hope you are doing well today.

Could you please provide a link to your website so that I can inspect it?

Best Regards,
Support

Hey there,
Thank you for keeping in touch.

You can fix this using the following CSS.
Kindly add and save the following code to Appearance > Customize > Additional CSS:

/*Change Z-index of sidebar widget is covering the content*/
@media (max-width: 550px){
  aside#secondary {
    position: relative;
    z-index: -1;
} 
}

Best Regards,
Support

Thanks so much! CSS code helped :slight_smile: