• Resolved kaskarino

    (@kaskarino)


    I’ve just installed the plugin and it looks really cool, but I want to make some little tweaks in order to fit better with my site.

    First of all I want to reduce the blank space after the Sassy Share Buttons and above author bio.

    Also I would like to increase the space between FB, G+ and Twitter buttons (few pixels would be ok).

    Have a look at this in case you didn’t understand what I mean. It may help you https://snag.gy/0Qka8J.jpg

    My site is aplotaria.gr

    Thanks in advance.

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

    (@heateor)

    You can use following CSS in Custom CSS option in Miscellaneous section at plugin options page in admin area.
    For reducing the space at the bottom of sharing icons:

    .heateor_sss_horizontal_sharing{
        margin-bottom: 0 !important
    }

    For increasing the space between sharing icons:

    .heateor_sss_horizontal_sharing ul.heateor_sss_sharing_ul li{
        margin-right: 2px !important
    }
    Thread Starter kaskarino

    (@kaskarino)

    Excellent!

    Thanks for your help.

    Plugin Author Heateor Support

    (@heateor)

    You’re welcome ??

    Thread Starter kaskarino

    (@kaskarino)

    Hm… there is something else… (the last, I promise)

    Can you tell me how can I remove “Shares” and keep only total counter number?

    https://snag.gy/SxUkQf.jpg

    I am looking for something more minimal.

    Let me know if this is possible.

    Plugin Author Heateor Support

    (@heateor)

    Use following CSS to hide Shares text:

    div.heateorSssTotalShareText{
        display: none !important;
    }

    You can set top margin for the total share count to align it vertically:

    div.heateorSssTotalShareCount{
        margin-top: 9px !important;
    }
    Thread Starter kaskarino

    (@kaskarino)

    Thanks a lot man.

    Plugin Author Heateor Support

    (@heateor)

    You’re welcome.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Increase and reduce space’ is closed to new replies.