• Hi,
    first of all: thanks for the awesome plugin.

    I’m having some trouble: I’m trying to horizontally center the share buttons, but as it’s set to float: left !important I cannot get them centered.

    When I put float: none !important in my stylesheet, this is overridden by your stylesheet in front.css

    I’m just wondering why it is necessary to reinforce CSS this way, thus disabling the user to alter the look of the plugin.

    Thanks.

    https://ww.wp.xz.cn/plugins/super-socializer/

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

    (@heateor)

    Did you try Horizontal alignment option to center align the icons?

    Thread Starter Weather_Reap_12

    (@joff19)

    What that does for me is add left: 50% to the div, which means the icons are not bang in the middle (because that makes it start at the middle)

    Plugin Author Heateor Support

    (@heateor)

    What that does for me is add left: 50% to the div, which means the icons are not bang in the middle (because that makes it start at the middle)

    Can we see it at your website?

    Plugin Author Heateor Support

    (@heateor)

    Try adding following CSS in Custom CSS option at Super Socializer > General Options page in admin area.

    div.the_champ_horizontal_sharing the_champ_sharing_ul{
        left: 35% !important
    }

    You can adjust left in above CSS according to your needs.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Why reinforce CSS?’ is closed to new replies.