Fixed Position (non-floating)
-
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;
}
The topic ‘Fixed Position (non-floating)’ is closed to new replies.