zwilbourn Posted June 27, 2022 Share Posted June 27, 2022 (edited) I have a site I'm working on I'm having issues with my H1s not displaying in the center on mobile and tablet. It could be the font itself, but I'm not sure. Any ideas on how to center with CSS? Just mobile/tablet only. Edited August 23, 2022 by zwilbourn Link to comment
tuanphan Posted June 30, 2022 Share Posted June 30, 2022 Try adding to Design > Custom CSS @media screen and (max-width:767px) { div#block-fcd6d2e4ef56ff549916 h1 { text-align: center !important; display: flex; flex-direction: column; justify-content: center; } } 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment