Hi,
How do I get the All right resolved blurb to line up center with the social icons?
Hi mcraig77!
Please add following code to Quick CSS
#socket .social_bookmarks {
margin-top: 0!important;
}
Regards,
Yigit
Thats didn’t seem to work.
Hi!
These plain texts in your Quick CSS are breaking the code, please remove or comment them.
Cheers!
Josue
I removed and the socket lines are still not even.
please advise.
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