visionsbyfurks Posted October 24, 2021 Posted October 24, 2021 (edited) Site URL: https://studiofurks.com/ Hello, I wanted to align the "LinkedIn↗ Email↗" in my website footer on the left side on mobile only. I want to keep it how it is on desktop where it is aligned to the right. How do I do this? Thanks. Edited October 24, 2021 by visionsbyfurks typo
Beyondspace Posted October 24, 2021 Posted October 24, 2021 5 hours ago, visionsbyfurks said: Site URL: https://studiofurks.com/ Hello, I wanted to align the "LinkedIn↗ Email↗" in my website footer on the left side on mobile only. I want to keep it how it is on desktop where it is aligned to the right. How do I do this? Thanks. You can try adding to Home > Design > Custom Css @media only screen (max-width: 767px) { #block-yui_3_17_2_1_1635064173917_7170 p { display: flex; } #block-yui_3_17_2_1_1635064173917_7170 p > a { margin-right: 10px; } } Let me know if it works properly on your site Support me by pressing 👍 if this useful for you BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
visionsbyfurks Posted October 24, 2021 Author Posted October 24, 2021 @bangank36 It doesn't work unfortunately
tuanphan Posted October 25, 2021 Posted October 25, 2021 @visionsbyfurks I see it looks fine to me. Or you want text side by side on mobile? 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!)
visionsbyfurks Posted December 6, 2021 Author Posted December 6, 2021 @tuanphan www.furkhaniqbal.com – If you check how it looks on desktop, I want it the same on mobile, aligned to the right
tuanphan Posted December 11, 2021 Posted December 11, 2021 @visionsbyfurks Add to Design > Custom CSS /* Mobile footer */ @media screen and (max-width:767px) { div#block-yui_3_17_2_1_1638797212549_9169+.row>.col { float: left !important; width: 50% !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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment