Social Links
GENERAL ELEMENT COMPONENTS & CSS SNIPPETS
Select a Squarespace Element to Examine CSS Selectors:
Squarespace Element | Description |
---|---|
Social Links Block Elements | Refers to Social Links Block elements. |
CSS Code Snippets for Customizing Social Link Blocks
Increase Spacing Between Social Links
Don’t go overboard with the spacing, otherwise, it might not work well on mobile. Try to stay below 15 px or margin spacing.
//Start: Increase Spacing Between Social Links .sqs-block-socialaccountlinks-v2 .sqs-svg-icon--list .sqs-svg-icon--wrapper { margin: 0 10px; } //End: Increase Spacing Between Social Links