jasmine_noronha Posted September 3, 2020 Share Posted September 3, 2020 Site URL: https://www.jasmine-noronha.com/about hello! trying to center align (only on mobile view) the text block at the bottom of my page in the "previously at" section, but keep it left aligned on desktop view. need help with figuring out the code to do this. thanks! Link to comment
tuanphan Posted September 3, 2020 Share Posted September 3, 2020 Add to Home > Design > Custom CSS /* Footer center */ @media screen and (max-width:640px) { div#block-yui_3_17_2_9_1465483397016_16740 { text-align: center; } } jasmine_noronha 1 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