How can I center my text in the “Extra element” in my Header?
I’ve only added text and removed the social icons – see link under Private Content
Hey AnineOlsen,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top #header_meta .phone-info {
left: 50%;
position: relative;
transform: translateX(-50%);
}
Best regards,
Vinay