Hi guys
On my site (see private content for link)
I wish to align everything in the footer on the bottom as per my screenshot (again link in private area).
Ie the images should be aligned exaclty on the bottom.
I cannot get them to align bottom, any ideas?
Regards
Dan
Hey sjidesign,
Can you try adding this css code in Quick CSS (located in Enfold > General Styling):
#footer .container {
display: flex;
flex-direction: row;
align-items: flex-end;
}
Hope it helps :)
Best regards,
Nikko
Hi Nikko
Thank you very much, works perfectly.
Much appreciated.
Regards
Dan