Hi, is there a way to change the layout of the buttons? They are stacked vertically and make very unbalanced design, which is a real waste of space because shifts the product descriptions downwards.
Thanks
|
Posted 06 December 2013 - 01:52 PM #1
Posted 06 December 2013 - 02:15 PM #2
.social-buttons_li { display: inline; width: auto; float: left; }You may need to change the 'margin' values too depending on your layout.
Posted 06 December 2013 - 02:18 PM #3