Topic-icon How to get {} buttons to show horisontal

Active Subscriptions:

None
10 years 9 months ago #34294 by iveth
HI

How do I get the to show horizontal: {JFBCLike action=recommend layout=button_count show_send_button=false}{SCGooglePlusOne}
The topic has been locked.
Active Subscriptions:

None
10 years 9 months ago #34363 by iveth
?
The topic has been locked.
Support Specialist
10 years 9 months ago #34376 by alzander
Sorry for the delayed response. If you want those to display horizontally, you'll need to add the following to your template's CSS file:
.jfbclike, .sc_gplusone { float: left; }
I hope that helps, but if you have any other questions, just let me know.

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
10 years 8 months ago #35279 by iveth
GREAT IT WORKS :)


How do I add a space between the two buttons and a space below?
The topic has been locked.
Support Specialist
10 years 8 months ago #35286 by alzander
The following update to the CSS above will add a space to the side of each and below:
.jfbclike, .sc_gplusone { 
float: left;
margin-right: 10px;
margin-bottom: 10px;
 }
I hope that helps,
Alex
The topic has been locked.