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

    I’m trying to re-work a header after the theme has gone through a few updates. I used to have a large phone number, address and social icons to the right of the logo, now it’s showing above. Any ideas on fixing this?

    #288188

    Hey!

    Try adding this code to the Quick CSS:

    div.phone-info {
        position: absolute;
        right: 0;
        top: 15px;
    }

    Cheers! 
    Josue

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