Topic-icon Can I move the icon

Active Subscriptions:

None
10 years 4 months ago #56676 by bravo444
Can I move the icon was created by bravo444
Hello,

First of all, please see attached file. I would like to move icons like this. I put parameters like "align=right" or something in the easy tag.


File Attachment:


Thank you very much for your support.

PS: the site is blog.photo-life.net/en
The topic has been locked.
Support Specialist
10 years 4 months ago #56678 by mel
Replied by mel on topic Can I move the icon
Put the following div around your Easy-tags for the share buttons:
<div style="position: relative; top:0px; left:0px; z-index: 99;" class="scsocialbuttons standard">
//Easy-tags here
</div>

It also looks like you've put the br tag after each Easy-tag. That will need to be removed as it puts them on separate lines. After those two changes, the buttons should float left.
The topic has been locked.