Links and Buttons on mobile phones not working

Hello,
the Links on mobile phones (Android) into the Site and the Buttons “Read more” on startpage are not working.
Page: http://www.carola-nitsch.ch
I hope you can help me
Thanks a lot.

Best Regards
Rainer

Hello again,

in Theme Dazzling, the Links on mobile phones (Android) into the Site and the Buttons “Read more” on startpage are not working.
I need help, because this Theme is installed at one of our Coustomers and it doesn´t work.
http://www.carola-nitsch.ch
Sorry for my bad english.

Best Regards

Rainer

It’s an issue with the Z index, search for this : .
side-pull-left #primary {
and add
z-index: 1;
you can add
max-width: 100%;
if you have an issue with width on some phones too (i had that issue)

what is Z Index ? may you just explain to us ?
i had same problem to. this really stress

basically, it means that the button is behind the “layer” of the text and such which means when you click (or tap) on the button you are tapping on what’s “above” it which is the text
See it like this :
The width of your screen is the X axis the height the Y axis, and if you had a 3D screen the Z index would be the Z axis, and it would define what comes above what