Guest Posted February 6, 2020 Posted February 6, 2020 Site URL: https://seasidedigitaldesign.com/ I have a custom font in my Site Title a and would like it to appear larger on mobile. It's fine on tablet, but too small on mobile. https://seasidedigitaldesign.com/
tuanphan Posted February 6, 2020 Posted February 6, 2020 Add to Home > Design > Custom CSS @media screen and (max-width:768px) { h1#siteTitle a { font-size: 20px; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Guest Posted February 6, 2020 Posted February 6, 2020 It still looks too small-- I'd like it to be larger than 20px, but when I try to do that it resizes to the smaller font...
tuanphan Posted February 6, 2020 Posted February 6, 2020 3 minutes ago, jshade77 said: It still looks too small-- I'd like it to be larger than 20px, but when I try to do that it resizes to the smaller font... try this @media screen and (max-width:768px) { h1#siteTitle a { font-size: 50px !important; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Guest Posted February 6, 2020 Posted February 6, 2020 That make is no longer responsive--- I wish it would keep the formatting in two lines the same, but it seems to force it to one line on mobile.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.