Laureclairestudio Posted June 17, 2022 Share Posted June 17, 2022 Site URL: https://laureclaire.com SITE URL www.laureclaire.com Hello, i've been trying to find an answer to my problem without any luck. I am trying to organise the footer on my website and it looks fine on desktop but i can't figure out how to change the alignment on the mobile version. I have two blocks of text. One on the left aligned on the left with my email address and another block text on the right on the same line with the text aligned on the right. On the mobile version i would like to try two options: 1/ both centered on top of each other 2/ both aligned on the left on top of each other Thanks in advance for your help! Laure Link to comment
tuanphan Posted June 18, 2022 Share Posted June 18, 2022 Hi. What is site access password? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Laureclairestudio Posted June 18, 2022 Author Share Posted June 18, 2022 Sorry i forgot. Its laureclairestudio Link to comment
Solution tuanphan Posted June 20, 2022 Solution Share Posted June 20, 2022 On 6/18/2022 at 3:30 PM, Laureclairestudio said: Sorry i forgot. Its laureclairestudio Add to Design > Custom CSS /* align left footer mobile */ @media screen and (max-width:767px) { footer.sections * { text-align: left !important; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Laureclairestudio Posted June 20, 2022 Author Share Posted June 20, 2022 Thank you so much, it works! 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