Steve_BigBio Posted December 13, 2021 Share Posted December 13, 2021 (edited) Site URL: https://www.bigbiology.org/episodexxabout I want to put text close to my social links to ask visitors to follow or subscribe to our various social platforms. I also want this block to be aligned along the right hand side of the page. Unfortunately, when I right align the social links there is a large white area within the block that separates it from the text. I could left align the social links so they are closer to the text, but the white spacing is still there on the other side. The following image better illustrates what I am trying to remove. I'd like to decrease this white space within the Social Links block. (here is a link to see the issue on the webpage (https://www.bigbiology.org/episodexxabout) Edited December 13, 2021 by Steve_BigBio Grammatical error on post Link to comment
Solution Beyondspace Posted December 13, 2021 Solution Share Posted December 13, 2021 55 minutes ago, Steve_BigBio said: Site URL: https://www.bigbiology.org/episodexxabout I want to put text close to my social links to ask visitors to follow or subscribe to our various social platforms. I also want this block to be aligned along the right hand side of the page. Unfortunately, when I right align the social links there is a large white area within the block that separates it from the text. I could left align the social links so they are closer to the text, but the white spacing is still there on the other side. The following image better illustrates what I am trying to remove. I'd like to decrease this white space within the Social Links block. (here is a link to see the issue on the webpage (https://www.bigbiology.org/episodexxabout) Try adding to Home > Design > Custom Css #collection-61b2530b7562220092b7b01f .Main-content .sqs-layout > .row > .span-7 > .row{ display: flex; } #collection-61b2530b7562220092b7b01f .Main-content .sqs-layout > .row > .span-7 > .row > .span-4 { flex: 70%; } #collection-61b2530b7562220092b7b01f .Main-content .sqs-layout > .row > .span-7 > .row > .span-3 { flex: 30%; } #block-yui_3_17_2_1_1639403585094_17300 { padding-right: 0; } #block-yui_3_17_2_1_1639076635312_5976 { padding: 0 !important; } #collection-61b2530b7562220092b7b01f .sqs-svg-icon--list { display: flex; justify-content: space-evenly; } #collection-61b2530b7562220092b7b01f .sqs-svg-icon--list a { margin-left: 0 !important; } Let me know how it works on your site Hope it makes sense tuanphan 1 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🚀 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
Steve_BigBio Posted December 13, 2021 Author Share Posted December 13, 2021 It looks like it did! Thank you very much! tuanphan and Beyondspace 2 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