Access a community of over 900,000 Shopify Merchants and Partners and engage in meaningful conversations with your peers.
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 |
---|---|
211 | |
109 | |
86 | |
58 | |
50 |