Shopify themes, liquid, logos, and UX
Hey @dmwwebartisan
How to arrange my footer menu in two columns in mobile view (Brooklyn theme)
Solved! Go to the solution
This is an accepted solution.
Thanks
1. Go to Online Store->Theme->Edit code
2. Asset->/timber.scss.liquid->paste below code at the bottom of the file.
@media screen and (max-width: 590px) {
.site-footer .grid__item {
padding-bottom: 5px;
width: 50%;
text-align: left;
}
}
Hello, @souravroy
Welcome to the Shopify community!
and Thanks for your Good question.
Please share your site URL,
So I will check and provide a solution here.
This is an accepted solution.
Thanks
1. Go to Online Store->Theme->Edit code
2. Asset->/timber.scss.liquid->paste below code at the bottom of the file.
@media screen and (max-width: 590px) {
.site-footer .grid__item {
padding-bottom: 5px;
width: 50%;
text-align: left;
}
}
Hey @KetanKumar
I worked excellently on mobile view, if you check the preview there is some space added after the payment icons.
And how to limit these changes only to mobile view because in desktop the default view looks good .
Thanks.
if possible to provide screenshot further issue
Yes, please add this code
1. Go to Online Store->Theme->Edit code
2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
@media only screen and (min-width: 769px) {
.site-footer .grid__item.large--one-fifth.medium--one-half.large--text-right {
width: 20% !important;
}
}
Hi man,
just wanted to know if you figured out how to manage your footer ?
yes, please share store url
User | RANK |
---|---|
74 | |
64 | |
62 | |
48 | |
44 |
We're excited to announce improvements to the threaded messaging experience in our communi...
By TyW May 31, 2023Thank you to everyone who participated in our AMA with Klaviyo. It was great to see so man...
By Jacqui May 30, 2023Photo by Marco Verch Sales channels on Shopify are various platforms where you can sell...
By Ollie May 25, 2023