• Resolved horus79

    (@horus79)


    .site-footer .builder-item {
    align-items: baseline;
    }
    Does not work anymore

Viewing 3 replies - 1 through 3 (of 3 total)
  • rodicaelena

    (@rodicaelena)

    Hi,

    You can try this code:

    .footer--row .footer--row-inner .container .row {
        align-items: flex-start !important;
    }

    Regards,
    Rodica

    Thread Starter horus79

    (@horus79)

    Yes, that works.
    Thanks!

    rodicaelena

    (@rodicaelena)

    Happy I was able to help! ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to Top Align Footer’ is closed to new replies.