How can I relocate a logo on the Broadcast theme footer?

Can anyone help?

How do i move my logo to the area that I have highlighted in the screenshot?

I am using broadcast theme and here is my URL: https://8327f8.myshopify.com/?_ab=0&_fd=0&_sc=1

Hey @jinuralite

Try this css in your footer section.

.site-footer {
    display: flex;
    flex-flow: column-reverse;
}

Thanks that worked!