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!
Hey luckylobo10!
Add this to your custom CSS.
.av-equal-height-column .avia-button {
position: absolute !important;
bottom: 10px;
right: 10px;
}
Best regards,
Elliott
Perfect. Thanks :)