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:
- Go to Online Store → Theme → Edit code
- Open your theme.liquid file
- Paste below code before :
Best regards,
Anthony
gwachts
3
hi
Kikiscott you want like that
Please the attactment
Moeed
4
Hey @kikiscott
Follow these Steps:
-
Go to Online Store
-
Edit Code
-
Find theme.liquid file
-
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!