Hi there,
I am trying to get my social share plugin to align to the right. I used
<div align=”right”>
[apss-share]
</div>
but doesn’t seem to work. Float=right somehow gets all the icons in a straight row on top of each other. Could I get some advise on how to go about it?
Thank you very much.
Hey janicenisha,
If you want to apply inline styles then this is the syntax:
<div style="float:right;">
[apss-share]
</div>
Regards,
Rikard
Hi Rikard,
Thanks but when I use float, the icons all go in a straight line. pls see
http://103.51.41.206/~hwangimc/2016/shot.jpg
Is there any other way?
Thank you
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.apss-social-share.apss-theme-4 {
float: right;
width: 137px;
}
Best regards,
Yigit
Hey Yigit,
Thank you very much for the quick reply, worked great!