Hello,
Please share the website URL to check it, so I can try to inspect it and give you the code.
Hello,
sure, it’s: https://inner-health.de/
thank you
Hello,
Visited the shared link and the top bar is already showing in the center.
Have you fixed it?
Hello,
no, what I’d like to achieve is center top bar content & show social icons on the right.
Hello,
then please replicate the issue, add the social icons also.
Because for not I’m not getting any issue.
https://ibb.co/34QdypQ
If I’m understanding something wrong, please share a snapshot that you want to achieve.
https://ibb.co/23mp8F6
What I want to achieve is: center the text and have the social icons to be displayed on the right. Only choosable options in the customizer are center both or left & right and not center content & have social icons on the left or right.
Hello,
Please try to add the below CSS code from the Appearance > Customize > Custom CSS, and check.
.top-bar-left {
float: unset;
text-align: center;
}