• Resolved jelojackson

    (@jelojackson)


    I’ve added the social follow icon widget to my sidebar. They were left aligned – I’ve increased their size to fill the space – is there some CSS code that would center them on the sidebar? I’d rather reduce their size back down.

    The page I need help with: [log in to see the link]

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

    (@heateor)

    You can add following CSS in the Custom CSS option at Super Socializer > General Options page in admin area, to center align the follow icons in the sidebar:

    div#secondary ul.heateor_ss_follow_ul{
        width: 220px !important;
        margin: 0 auto !important;
    }
    Thread Starter jelojackson

    (@jelojackson)

    Perfect! One last question – is there a way to also space the icons? They seem really close together. If not – I’m glad they are centered now! Thanks!

    Plugin Author Heateor Support

    (@heateor)

    Why not. For space, change the width 220px in previous CSS to 245px and add following CSS in the Custom CSS option:

    ul.heateor_ss_follow_ul li{
        margin-right: 5px !important;
    }
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Follow Icon Widget’ is closed to new replies.