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?
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
Thanks so much this worked!