• Resolved LV

    (@lordvader)


    Hi support,

    I use the standard interface.

    Selected:
    Position with respect to content: “Bottom of the content”.

    Is there CSS code that I can put in the “General Options” tab
    to lower/ rise the sharing icons?

    Or maybe with a different option?

    Regards,

    LV

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Heateor Support

    (@heateor)

    Hi LV,

    Yes, you can use following CSS for this.
    Margin-top to lower the icons
    div.the_champ_horizontal_sharing{margin-top:10px}
    Margin-bottom to rise the icons
    div.the_champ_horizontal_sharing{margin-bottom:10px}
    to put space below and above the share bar at the same time, use following
    div.the_champ_horizontal_sharing{margin-bottom:10px;margin-top:10px}
    You can adjust the margin in above CSS according to your needs. Let me know if you face any difficulty getting it working.

    Thread Starter LV

    (@lordvader)

    Nice! Thank you for the support.

    I remark this items as resolved.

    Plugin Author Heateor Support

    (@heateor)

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to lower/ rise the sharing icons ?’ is closed to new replies.