Hi,
in mobile view the text in boxes are in a kind of bad overlay:
http://pasteboard.co/jXA1r7xx1.png
Everythning realized with normal boxes:
http://pasteboard.co/jXCA0VoIW.png
http://pasteboard.co/jXDjfmRj4.png
I just tried out some variation without any positive effect.
Any idea how to fix this?
Thanks a lot in advance..
Michael
Hey michaellausser,
Please send us a temporary admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.
Best regards,
Rikard
Hi Rikard,
your help would be very appreciated.
Issue we have on all pages with two textboxes in one line:
Thanks a lot in advance.
Greetings Michael
Hi,
Sorry for the late reply, you have the following in style.css causing the problem:
.flex_column.av_one_half.first {
height: 70px !important;
}
.flex_column.av_one_half {
height: 70px !important;
}
Please try to remove it or target only the element that CSS was meant for.
Best regards,
Rikard
Hi Rikard,
thanks a lot for you help. First i commented out this section then deleted completely. But no effect.
But then I checked and found it:
/* Underline Links
.avia_textblock a {
text-decoration: underline;
}
*/
Thanks problem solved !
Greetings
Michael