Tagged: Responsive Design, special headings
Hi!
I’m having issues with text being cut off on mobile devices ?
Special headings doesn’t seem to resize enough to be seen as whole on mobile devices.
Please see example here.
Regards
Paul L.
Hi Paul!
It’s the RESTAURANGFOTO heading correct? Add this to your custom CSS.
@media only screen and (max-width: 479px) {
h2.av-special-heading-tag { font-size: 14px !important; }
}
Cheers!
Elliott