The theme used here is Whitehouse
How can I get 'Social Share' buttons to line up in a single horizontal line?
Started by
investmentpal
, Aug 16 2012 01:44 AM
2 replies to this topic
#1
Posted 16 August 2012 - 01:44 AM
#2
Posted 16 August 2012 - 02:15 AM
You can try add in
PageLines > Site Options > Custom Code > CSS Rules
PageLines > Site Options > Custom Code > CSS Rules
div.sharedaddy .sd-content {
width: 100%;
float: right;}
#3
Posted 16 August 2012 - 02:21 AM
Add this to your Custom Code/CSS Rules:
div.sharedaddy .sd-content {
float: right;
margin: 0;
width: 96.125%;
}











