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

    HI, I have a booking button from Clinic Sense. On my homepage I wanted the button centered but cant figure out how to do that. PLease advise if you have a solution :) The button is on other pages for example the services page but I do not want those instances centered.

    #1470066

    Hey amandahook62,

    Thank you for the inquiry.

    Did you add the code in a Code Block element? Please try to use this css code to center align the button:

    section.av_textblock_section.av-ckia6-482cf2638632f5a4233e2b95e93e8577 + section.avia_codeblock_section.avia_code_block_0 span a, section.av_textblock_section.av-ckia6-482cf2638632f5a4233e2b95e93e8577 + section.avia_codeblock_section.avia_code_block_0 span a div {
        text-align: center;
        left: 50%;
        position: absolute;
        transform: translateX(-50%);
    }

    Best regards,
    Ismael

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