Center align contact info in topbar
Hi,
Is there a way to center align any contact info in the top bar – at the moment it just appears to be placed almost “randomly” in terms of position. I like the SM icons where they are though – right aligned.
I’d also like to make the contact info bigger if possible and possibly remove the icon next to it. Is this possible?
Thanks!
Attachments: You must be
logged in to view attached files.
Solution for this topic
Hi @LeaV,
Thank you for your question.
You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.header-contacts-details > i {
display: none;
}
#page-container .header-contacts-details {
font-size: 16px;
text-align: right;
}
.header-social-media.sh-table-cell {
display: inline-block;
width: 45%;
}
.header-contacts.sh-table-cell {
display: inline-block;
width: 55%;
}
Best regards, Shufflehound team
You are most welcome here 🙂
Popular choice Professional Developers At Your Fingertips! If you need services beyond standard support, we've got your back!
Let's get started
Services we offer: Graphic work / visualizations Full WordPress development and design
We use cookies to enhance your experience. By continuing to visit this site you agree to our use of cookies.Got it