visionsbyfurks Posted October 24, 2021 Share 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 Link to comment
Beyondspace Posted October 24, 2021 Share 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 (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
visionsbyfurks Posted October 24, 2021 Author Share Posted October 24, 2021 @bangank36 It doesn't work unfortunately Link to comment
tuanphan Posted October 25, 2021 Share 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 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
visionsbyfurks Posted December 6, 2021 Author Share 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 Link to comment
tuanphan Posted December 11, 2021 Share 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 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