Shopify themes, liquid, logos, and UX
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. Thank you, the theme is Brooklyn and I just inserted it in the custom css section
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 </body>:
<style>
@media screen and (max-width: 768px){
#shopify-section-footer .grid-uniform {
flex-direction: column;
}
}
</style>
Best regards,
Anthony
I don’t want to change the column layout I just want them to be aligned so no this didn’t help
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 </body> tag
<style>
@media screen and (max-width: 767px) {
#shopify-section-footer .grid-uniform {
flex-direction: column !important;
}
}
</style>
RESULT:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
I don’t want to change the column layout I just want them to be aligned so no this didn’t help
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
Please let me know if it works by giving it a Like or marking it as a solution!
PageFly - #1 Page Builder for Shopify merchants.
All features are available from Free plan. Live Chat Support is available 24/7.
This ruined the layout of my whole website!
User | RANK |
---|---|
186 | |
170 | |
80 | |
55 | |
45 |
Transform this holiday season into a shopping spree. Plus, learn how to effortlessly open ...
By Jasonh Dec 8, 2023Make the shift from discounts to donations, and witness your business not only thrive fina...
By Holly Dec 4, 2023On our Shopify Expert Marketplace, you can find many trusted third party developers and fr...
By Arno Nov 27, 2023