
This is my topbar in X.
How can I align the social media icons so that they are also in the middle of the purple bar?

This is my topbar in X.
How can I align the social media icons so that they are also in the middle of the purple bar?
Hi @madref,
Thanks for reaching out.
It can be only vertically aligned by adding top padding or margin. Please add this CSS to Theme Options > CSS for vertical alignment.
.x-topbar .x-social-global {
margin-top: 5px;
}
Thanks!
Thanks…it works
You’re welcome!
Thanks for letting us know that it has worked for you.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.