Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #327045

    Hi,

    How do I get the All right resolved blurb to line up center with the social icons?

    #327253

    Hi mcraig77!

    Please add following code to Quick CSS

    #socket .social_bookmarks {
    margin-top: 0!important;
    }

    Regards,
    Yigit

    #327610

    Thats didn’t seem to work.

    #327666

    Hi!

    These plain texts in your Quick CSS are breaking the code, please remove or comment them.

    Cheers!
    Josue

    #327795

    I removed and the socket lines are still not even.

    please advise.

    #327846

    Hey!

    They seem even to me, but if you want to push the social links a little bit top, use this code:

    #socket .social_bookmarks {
    margin-top: 0!important;
    top: -2px;
    position: relative;
    }

    Cheers!
    Josue

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