Links not clickable on (i)phones

I am creating a website with the dazzling theme.

When I try to click on the links or button on my iphone 4 or iphone 6 nothing happens. The links do not seem to work on phones, only on desktop.

For example:
The purple button “engelenkaart trekken” on ⊵ Engelenkaart? De uitleg van iedere kaart & jouw engelen kaart trekken
The term “hoe Reiki werkt” on ⊵ Reiki oefeningen? 5 krachtige oefeningen voor zelfheling

Can you please fix this issue for mobile phones (and tablets)?

Kind regards,

Dominique

Hi Dominique,

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

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

Admin Area -> Appearance -> Customize -> Dazzling Options -> Other -> Custom CSS

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

Best Regards,
Movin

Thank you, that fixed it.

You are most welcome here :slight_smile: