Topic-icon SCSocial Find Us Module

Active Subscriptions:

None
6 years 9 months ago #62122 by kymo42
Hi

Anyone know how to style this module to make it float right and leave gaps between the icons.

File Attachment:
The topic has been locked.
Support Specialist
6 years 9 months ago #62125 by mel
Replied by mel on topic SCSocial Find Us Module
For the gaps in between - make the gap bigger or smaller by changing that 2px.
.scsocialfindus .scsocialfindus-btn{
margin: 0px 2px;
}

Float bottom right of the page.
div.scsocialfindus {
position: fixed;
right: 0px;
bottom: 0px;
width: 205px !important; /* You may need to change the width on this too since it wraps lines when you add margin in between the buttons. */
}

Hope this helps!

-Melissa
The topic has been locked.