• Resolved shapal

    (@shapal)


    I’m trying to override the following style in the plugin’s css:

    ul.heateor_sss_sharing_ul, ul.heateor_sss_follow_ul {
        margin: 1px 0!important;

    Specifically, I want to change the margin to auto. So far, no luck getting past that !important. Any suggestions

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

    (@heateor)

    You would like to try following CSS:

    div.heateor_sss_horizontal_sharing ul.heateor_sss_sharing_ul, div.heateor_sss_follow_icons_container ul.heateor_sss_follow_ul{
        margin: auto !important;
    }
    Thread Starter shapal

    (@shapal)

    Thanks! I’ll try that.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Modifying CSS’ is closed to new replies.