Tagged: header
A lot of my section headers go off screen becoming only partly visible on cellphones. Can I add custom CSS to change the H1 size just on small screens?
Thanks!
Hey 4youth,
Could you please attach some screenshots of the issue?
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
Victoria
Sure. website link: http://www.fouryouth.org/home
Heres a screenshot of the issue:
Hi,
Add this to quick css:
@media only screen and (max-width: 767px) {
#top #wrap_all .main_color h1 {
font-size: 40px!important;
}}
Best regards,
Jordan Shannon