Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #571854

    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.

    #572564

    Hey janicenisha,

    If you want to apply inline styles then this is the syntax:

    <div style="float:right;">
    [apss-share]
    </div>
    

    Regards,
    Rikard

    #573054

    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

    #573060

    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

    #573081

    Hey Yigit,

    Thank you very much for the quick reply, worked great!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘div align right on shortcode not going right’ is closed to new replies.