-
AuthorPosts
-
October 15, 2021 at 4:36 am #1325026
my site – https://shawnstoppable.com/home/
towards the middle of the page, i have 6 columns (3×3) with “learn more” buttons at the bottom of each one, i would like to align the buttons at the bottom of all of them so they will always line upI tried the following https://kriesi.at/support/topic/place-full-with-buttons-at-the-bottom-of-column/#post-620885 but it did not work
Please help
October 15, 2021 at 9:44 am #1325061you can position those buttons absolute.
Best would be to give to the color-section a unique ID – or a custom class.The code below is with your default ID on this : #av_section_2 – but to avoid that every section_2 will do that on other pages – see above.
#av_section_2 .flex_column .avia-button-wrap { position: absolute; bottom: 0 !important; padding: 20px 0; } #av_section_2 .flex_column .av_textblock_section { padding-bottom: 40px; }The space now occupied by the button – must be added to the last element in front of it – here the text block – as padding-bottom.
Maybe you decide to give the headings a min-height for screens larger than the responsive case ( in your installation 768px )
f.e.:@media only screen and (min-width:768px){ #av_section_2 .flex_column .av_textblock_section h5 { min-height: 50px } }only if there are three lines of heading – this will not result in the alignement.
October 15, 2021 at 2:17 pm #1325125Hi navindesigns,
Please try the following in Quick CSS under Enfold->General Styling:
.page-id-31 #av_section_2 .flex_column .avia-button-wrap { position: absolute; bottom: 25px; }Thanks @guenni007 for helping out :-)
Best regards,
RikardOctober 19, 2021 at 3:38 pm #1325582This works great. Thanks to both of you!
October 20, 2021 at 3:11 am #1325636Hi navindesigns,
We are happy to hear that :)
Thanks for using Enfold and have a great day!Best regards,
Nikko -
AuthorPosts
- The topic ‘Align buttons at the bottom of columns’ is closed to new replies.
