jkristobans Posted November 14, 2020 Share Posted November 14, 2020 Site URL: https://www.theemailschool.com/ How to align everything to left on mobile 7.0? Brine template. Link to comment
tuanphan Posted November 14, 2020 Share Posted November 14, 2020 You mean button on homepage? Add to Design > custom CSS @media screen and (max-width:767px) { div#block-yui_3_17_2_1_1603876085960_23520 { float: left; } } 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
jkristobans Posted November 15, 2020 Author Share Posted November 15, 2020 19 hours ago, tuanphan said: You mean button on homepage? Add to Design > custom CSS @media screen and (max-width:767px) { div#block-yui_3_17_2_1_1603876085960_23520 { float: left; } } Yes yes. That worked. Thank you. But I have more pages like this. Shall I do the same code for other pages? Screenshot in the attachment. I have a similar code for the footer. That aligns left to all pages. /* Align footr mobile */ @media screen and (max-width:640px) { div#footerBlocksBottom * { text-align: left !important; } } Link to comment
Solution tuanphan Posted November 17, 2020 Solution Share Posted November 17, 2020 Try adding this to Design > custom CSS /* mobile align left */ @media screen and (max-width:640px) { * { text-align: left !important; } } jkristobans 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
jkristobans Posted November 17, 2020 Author Share Posted November 17, 2020 3 hours ago, tuanphan said: Try adding this to Design > custom CSS /* mobile align left */ @media screen and (max-width:640px) { * { text-align: left !important; } } thank you so much. that worked. Juris 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