• Resolved MultiMinion

    (@multiminion)


    Hey Nick,

    Absolutely LOVE this plugin, I use it in a number of sites. Anyways, one of my clients would like their Icons to be fixed (as is non-floating), Is there a custom css hack that I can throw in to make it possible without having to switch to another plugin?

    I tried playing around with no luck, any help is appreciative.

    Thanks! =)

    #fsml_ff {
    width: auto;
    max-width: 400px;
    background-color:transparent;
    bottom: 0;
    top: auto;
    margin: 0 0 0 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    }
    #fsml_ffmain {
    padding: 0;
    margin: 0;
    }
    img.fsml_fficon {
    width: auto;
    height: 25px;
    float: left;
    margin: 8px 0 8px 8px;
    }
    #fsml_fblike,#fsml_twfollow,#fsml_ytsub {
    width: 50px;
    max-width: 50px;
    height: auto;
    padding: 15px 0;
    margin: 0;
    float: left;
    display: none;
    }
    #fsml_hide {
    display: none;
    }
    #fsml_ff a:last-child > img.fsml_fficon {
    margin-right: 8px;
    }

    https://ww.wp.xz.cn/plugins/floating-social-media-links/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Nick Halsey

    (@celloexpressions)

    Technically speaking, the “floating” effect is achieved by setting fixed positioning. But I’m guessing this’ll do what you’re looking for (fixing the links to the page, not the window):

    #fsml_ff {
        position: absolute;
    }
    Thread Starter MultiMinion

    (@multiminion)

    Nick,

    You are the bomb sir, I happened to get it working last night by toying around some more. Keep up the fantastic work sir. =)

    P.S. Add a paypal link to your plugin sometime so I can buy you coffee.

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

The topic ‘Fixed Position (non-floating)’ is closed to new replies.