Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #745803

    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

    • This topic was modified 7 years, 9 months ago by AnineOlsen.
    #745908

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.