Hi,
I want all widgets in footer area to align at the bottom instead of the top alignment. Is it possible?
I checked the forum/manuals but I cannot find this setting. See this mockup.
THX Freek
Hey Freek,
Thank you for using Enfold.
Are you going to add more than one widget to each columns? If you’re not planning to do that, you can set the position of the widget to absolute.
#footer .container {
position: relative;
min-height: 300px;
}
#footer .widget {
position: absolute;
bottom: 0;
}
Best regards,
Ismael