Hello,
I have a problem on the startpage of http://www.bebm.de
In the beginning is a Farb-Sektion with a Parallax-Image and inside that is a H1 Title.
(NORDDEUTSCHLANDS<br />GRÖSSTER SHOWROOM!<br />700 QM, 2 ETAGEN!)
That works well with a resolution for desktop 1280 x 800 px, but when I size down the browserwindow for iphone 320 x 568 px the Title gets cut on the right side.
What can I do here?
Thanks for Help!
Bernd
Hi Bernd!
Would you like to try reducing the font size? Try adding this to your custom CSS.
@media only screen and (max-width: 400px) {
.av-inherit-size .av-special-heading-tag {
font-size: 20px !important;
}
}
Regards,
Elliott
Hi Elliott
that worked great.
Thank you very much
Bernd