By Jeff Suddaby on Sunday, 05 October 2014
Posted in General Issues
Replies 3
Likes 0
Views 1K
Votes 0
Hi,

I'd like to have all these social sharing buttons (see attached screenshot) display in a single line across the page.

How do I do this?

TIA - Jeff.
hello Jeff,

I am really sorry for the delay of this reply as it is a weekend for us here.
Can you try apply this following css code in your template css file and see how it goes.

div#discuss-wrapper #dc_share {
width: 700px !important;
}

div#discuss-wrapper .social-button.facebook-like {
width: 0px !important;
margin: -4px 0 0;
}
·
Sunday, 05 October 2014 12:28
·
0 Likes
·
0 Votes
·
0 Comments
·
Yes! That looks MUCH nicer. Thanks very much Arlex. - Jeff.
·
Sunday, 05 October 2014 18:39
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for updating Jeff, glad that your issues are resolved now
·
Monday, 06 October 2014 00:01
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post