Hey,
I used the following CSS to fix my social media buttons:
#top .social_bookmarks {
position: fixed;
top: 250px;
}.home .noLightbox.social_bookmarks.icon_count_5 {
top: 250px !important;
}
And it works on every page perfectly except for my frontpage(homepage). The buttons are fixed at the very bottom of the screen.
Here is a link to the page: http://tailoredbystephenb.com/
Thanks,
Social Media Fix for Frontpage
3 posts from 2 voices-
Posted 3 months ago #
-
Hi pwsanders,
Try to replace this code:
#top .social_bookmarks { position: fixed; top: 250px; }with this code:
#top .social_bookmarks { position: fixed; top: 250px !important; }Hope this helps.
Regards,
IsmaelPosted 3 months ago # -
Thanks it worked perfectly!
Have an excellent dayPosted 3 months ago #
Topic Closed
This topic has been closed to new replies.














