Guest Posted February 6, 2020 Share 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/ Link to comment
tuanphan Posted February 6, 2020 Share 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Guest Posted February 6, 2020 Share 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... Link to comment
tuanphan Posted February 6, 2020 Share 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Guest Posted February 6, 2020 Share 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. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.