By Jeff Suddaby on Wednesday, 11 June 2014
Posted in General Issues
Replies 3
Likes 0
Views 520
Votes 0
Hi,

At http://cast.cloudaccess.net/ I would like to remove (or adjust) the space below the social sharing buttons (see screenshot).

How do I do this?

TIA - Jeff
hey jeff,
you can apply the following codes to your template's custom css file:


#eblog-wrapper .socialbutton-vertical {
margin: 0;
display: inline-block;
vertical-align: top;
}

#eblog-wrapper .social-button-small.facebook-like {
width: auto;
height: auto;
}


then you'll get this nice looking result: http://screencast.com/t/YL33w16RZSZ

hope that helps and have a nice day
·
Wednesday, 11 June 2014 02:21
·
0 Likes
·
0 Votes
·
0 Comments
·
Perfect Alex! Thanks.
·
Wednesday, 11 June 2014 02:29
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for updating, glad that your issues are resolved now.
·
Wednesday, 11 June 2014 02:50
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post