Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #772088

    We’ve put button short code in out top header, and the following phone number has awkward looking padding. We can’t figure out how to center the phone number text with the button. Any ideas?

    #772246

    Hey Ken,

    Can you put wrap this around Call and the number:

    <span class="callus">Call & Number here</span>

    then on your Quick CSS (located in Enfold > General Styling), add this css code:

    
    #header_meta .phone-info .avia-button-wrap.avia-button-left {
        display: inline;
        margin-right: 10px;
    }
    
    #header_meta .phone-info span.callus {
        display: inline;
        height: 38px;
        line-height: 38px;
    }

    Hope this helps :)

    Best regards,
    Nikko

    #772695

    Thanks so much this worked!

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