Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #516803

    Hi!

    I want the avia-button to be in a fixed position at the bottom of all the columns in one site.

    Can you please help me with the code for that? Thanks!

    #516809

    Hey luckylobo10!

    Add this to your custom CSS.

    .av-equal-height-column .avia-button {
        position: absolute !important;
        bottom: 10px;
        right: 10px;
    }

    Best regards,
    Elliott

    #516842

    Perfect. Thanks :)

    #517210

    Hi,

    Glad we could help :-)

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Avia-button in fixed position inside column’ is closed to new replies.