Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #239053

    I would like to have the Social Bookmarks fixed to a far left position in the header, rather than have them float. Can someone help me out?

    #239188

    Hey tlow87!

    Can you please give us a link to the website? A screenshot of what you’re tying to do will help. Please try this on Quick CSS or custom.css:

    #top .social_bookmarks {
    position: fixed;
    top: 30px;
    left: 0;
    }

    Cheers!
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.