npenta Posted May 10 Share Posted May 10 Hi web friends! I can't seem to figure out why my CSS isn't working. I'm sure it's something silly, but I cannot get my social icons to be center aligned on mobile. Here's the code currently using: @media only screen and (max-width: 767px) { #block-yui_3_17_2_1_1714494673985_46210 * { text-align: center !important; } } Here's my site: www.nickpenta.com Thanks! Beyondspace 1 Link to comment
Beyondspace Posted May 10 Share Posted May 10 49 minutes ago, npenta said: Hi web friends! I can't seem to figure out why my CSS isn't working. I'm sure it's something silly, but I cannot get my social icons to be center aligned on mobile. Here's the code currently using: @media only screen and (max-width: 767px) { #block-yui_3_17_2_1_1714494673985_46210 * { text-align: center !important; } } Here's my site: www.nickpenta.com Thanks! You can use this code @media only screen and (max-width: 767px) { #block-yui_3_17_2_1_1714494673985_46210 * { justify-content: center; } } Let me know how it works on your side sageandsquare 1 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - Lightbox captions only mode) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace 🚀 Learn how to rank new pages on Google in 48 hours! 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment