Hi,
One of the words in our headline (H1) is too long for mobile to make it responsive.
How do we correct that?
URL: http://bonuskodetil.dk/hugo/
Best regards,
Peter
Hi Peter,
Please try the following in Quick CSS under Enfold–>General Styling:
@media only screen and (max-width: 767px) {
#top h1 strong {
word-wrap: break-word !important;
}
}
Regards,
Rikard
It worked, but looks a bit funny.
Is it possible to scale down the H1 on mobile instead?
Best regards,