Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #992842

    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

    #993040

    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

    #993163

    Hi Nikko

    Thank you very much, works perfectly.

    Much appreciated.

    Regards

    Dan

    #993251

    Hi Dan,

    Great, glad we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.