Comments Rafal started the conversationJanuary 11, 2018 at 6:19pmHi. Is there a way to reduce the font size of the title on mobile. When I use the word Appartment, it doesn't fit in one line and gets split which doesn't look good. See attached screen.Thanks for help. Rafal 240Elena repliedJanuary 12, 2018 at 9:27amHi,You can add some CSS in Customize -> Additional CSS. For example:@media screen and (max-width: 768px) { .hero-title { font-size: 58px; }}Cheers, P. Sign in to reply ...
Hi.
Is there a way to reduce the font size of the title on mobile. When I use the word Appartment, it doesn't fit in one line and gets split which doesn't look good. See attached screen.
Thanks for help.
Rafal
Hi,
You can add some CSS in Customize -> Additional CSS. For example:
@media screen and (max-width: 768px) {
.hero-title { font-size: 58px; }
}
Cheers, P.