How can I adjust spacing and align footer columns on mobile view?

I recently changed my footer to display as columns using a Custom code however Is there a way to make the space between the columns neater so that they’re lined up with each other? Also can you help me to move my currency option and ‘ © 2023, KEEKS BY KIKI’ part underneath said columns?

my website is www.keeksbykiki.com

Hi @kikiscott ,

This is Anthony from Beae Landing Page Builder, and I’m happy to assist you today.

While I acknowledge that this issue falls short of the desired outcome, I have an idea that I believe might be of help:

  1. Go to Online Store → Theme → Edit code
  2. Open your theme.liquid file
  3. Paste below code before :

Best regards,

Anthony

hi

Kikiscott you want like that

Please the attactment

Hey @kikiscott

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


RESULT:

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

Best Regards,
Moeed

Hi. Thank you, the theme is Brooklyn and I just inserted it in the custom css section

This is Richard from PageFly - Shopify Page Builder App, I’d like to suggest this idea:
Online Store ->Theme ->Edit code
Assets ->Theme.scss.css

@media screen and (max-width: 767px) {
#shopify-section-footer .grid-uniform {
    flex-direction: column !important;
}
}

Hope you find my answer helpful!
Best regards,
Richard | PageFly

I don’t want to change the column layout I just want them to be aligned so no this didn’t help

I don’t want to change the column layout I just want them to be aligned so no this didn’t help

This ruined the layout of my whole website!