How do i seperate the content in the footer?

Hi guys i have a question on how to seperate the 2 pieces of content in a footer heres what i mean:

I want the quick link to go first above and then the text to on the bottom, your help is greatly appreciated!!

here is my website:

https://brickbuildzz.com/

You can do that by adding this CSS code at the bottom of your base.css file

@media screen and (min-width: 993px) {
.footer__blocks-wrapper { flex-direction: column; }
.footer__blocks-wrapper .grid__item { width: 100% !important; }
.footer-block__details-content>li { display: inline-block; }
}

Hey @BrickBuidz

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag


If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed