Hi,
I would like the buttons to align at the bottom of my columns. To achieve this I’ve tried according this post.
Now the buttons are over the text. I’ve tried to give the classes a top margin, but it won’t work for me. See the link in the private content.
Can you help me out?
Regards,
Erwin
Hi Erwin,
Please try adding this CSS code (this code is page specific):
.page-id-1508 #after_layer_slider_1 .av_one_fourth {
padding-bottom: 60px !important;
}
Best regards,
Nikko
Hi Nikko,
That did it. Thanks!
Is there also a solution to keep them centered on smaller screens? Now one button even gets over the border of the column.
Regards Erwin
Hi Erwin,
Can you try to replace this code:
.avia-button-wrap.avia-builder-el-last {
position: absolute!important;
bottom: 5px!important;
margin: 0 25%!important;
}
with:
#top .avia-button-wrap.avia-builder-el-last {
position: absolute!important;
bottom: 5px!important;
width: 120px;
left: 50%;
margin-left: -60px;
}
Hope it helps.
Best regards,
Nikko
Hi Nikko,
That’s great. Thanks a lot!
You may close this topic.
Regards,
Erwin
Hi Michelle_Watts,
Great :)
We are closing the thread.
If you need further assistance please let us know in a new one.
Best regards,
Victoria