On my page at the top in the header section, I have 2 buttons
1- How do I make the buttons inline (side by side) AND centered? I added a custom class: avia-button-cta a.avia-button : but that only centered them,
2- How do I link the call now button one to a phone number. Ex 631.731.1869
Hey Navin,
1- Please use Button Row element instead and choose to align them in center under Styling tab – https://imgur.com/a/rwMpdsP
2- Please insert the phone link as following – https://imgur.com/a/4fu1LUK
tel:0412121212
Best regards,
Yigit
Thank you. That works but I have one issue
On mobile ONLY the text is not vertically aligned. See screenshot – https://ibb.co/JxBkrvN
Hi,
That is because you have following custom CSS code
.avia-button-cta a.avia-button {
display: inline !important;
padding: 14px 30px;
font-size: 16px !important;
font-weight: bold;
}
Please edit it and remove “display: inline !important;” line
Best regards,
Yigit
Perfect
thanks
all good now. thanks as always
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon