brandi_sqspace Posted January 29, 2020 Share Posted January 29, 2020 Hey, community. The size of my H1 header in my opening index page ("Schedule a Call") is perfect on desktop. But, it's much smaller than I want it to be on mobile and the Pacific Template doesn't offer a way to adjust styling specifically for mobile. Someone pointed me here to try and inject the recommended Custom CSS there but that code doesn't appear to work. Does anyone else have any other custom css suggestions I might try out? Link to comment
tuanphan Posted January 29, 2020 Share Posted January 29, 2020 Can you take screenshot of header? or you mean on-call brand advice.? 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
brandi_sqspace Posted January 29, 2020 Author Share Posted January 29, 2020 Just now, tuanphan said: Can you take screenshot of header? or you mean on-call brand advice.? Yep, exactly. The H1 header is applied just to the "on-call brand advice" text there, so that's exactly the code I'm hoping to adjust on mobile (without affecting any of the other H1 headers across the site, if possible). Link to comment
tuanphan Posted January 30, 2020 Share Posted January 30, 2020 11 hours ago, brandi_sqspace said: Yep, exactly. The H1 header is applied just to the "on-call brand advice" text there, so that's exactly the code I'm hoping to adjust on mobile (without affecting any of the other H1 headers across the site, if possible). add to Design > custom CSS @media screen and (max-width:640px) { div#block-yui_3_17_2_1_1579546551515_93026 h1 { font-size: 500px; } } 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
brandi_sqspace Posted January 30, 2020 Author Share Posted January 30, 2020 9 hours ago, tuanphan said: add to Design > custom CSS @media screen and (max-width:640px) { div#block-yui_3_17_2_1_1579546551515_93026 h1 { font-size: 500px; } } Added and that doesn't seem to change anything for me on my iPhone. 😞 I think you can check the source code and double check that I copied it correctly into the custom CSS. Link to comment
tuanphan Posted January 31, 2020 Share Posted January 31, 2020 22 hours ago, brandi_sqspace said: Added and that doesn't seem to change anything for me on my iPhone. 😞 I think you can check the source code and double check that I copied it correctly into the custom CSS. try this, It will work @media screen and (max-width:640px) { div#block-yui_3_17_2_1_1579546551515_93026 h1 { 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
brandi_sqspace Posted January 31, 2020 Author Share Posted January 31, 2020 6 hours ago, tuanphan said: try this, It will work @media screen and (max-width:640px) { div#block-yui_3_17_2_1_1579546551515_93026 h1 { font-size: 50px !important; } } You are a miracle worker. Thank you SO much for all of your help! Link to comment
tuanphan Posted February 1, 2020 Share Posted February 1, 2020 11 hours ago, brandi_sqspace said: You are a miracle worker. Thank you SO much for all of your help! There has like button & upvote.... Other members can use if they know it worked.. 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
brandi_sqspace Posted February 1, 2020 Author Share Posted February 1, 2020 11 hours ago, tuanphan said: There has like button & upvote.... Other members can use if they know it worked.. I don't see those options for me as the OP. If you screenshot what I might be missing, I'm happy to give a boost wherever I can. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.