Tagged: headers, responsive
Dear supporter,
Some of my headers (h2) does not fit the screen on my iPhone 5s. How can I adjust these headers so that the full header is displayed on mobile? The headers that do not fit the screen contain words that are to long to fit in the screen.
Thanks in advance
Regards,
Rachel
Hi Rachel,
Please try the following in Quick CSS under Enfold–>General Styling:
@media only screen and (max-width: 479px) {
h2 {
font-size:20px !important;
}
}
Best regards,
Rikard
Thank you Rikard!
This quick css code works.
Regards
Rachel