Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1283574

    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

    #1283853

    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

    #1284304

    Thank you. That works but I have one issue

    On mobile ONLY the text is not vertically aligned. See screenshot – https://ibb.co/JxBkrvN

    #1284409

    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

    #1284439

    Perfect

    thanks

    all good now. thanks as always

    #1284440

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Make buttons inline AND centered’ is closed to new replies.