Shopify themes, liquid, logos, and UX
To continue receiving payouts, you need to secure your account by turning on two-step authentication. If two-step authentication is not turned on your payouts will be paused. Learn more
Hello Everyone,
I added all the menus and information that i need to the footer. I have 3 blocks, 1 menu, 1 text, and the newsletter
The footer that i ended up with is very wide and aesthetically unpleasing. (Picture below)
How can i make it more compact ?
This is the desired result:
I would really apreciate it if anyone can help with this
Website ulr: https://luxury-cartell.myshopify.com/
Password: stoyol
Thank you very much in advance!
Solved! Go to the solution
This is an accepted solution.
hello @NZA
please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.
@media screen and (min-width: 789px){
#shopify-section-footer .Footer__Inner {
justify-content: space-around;
}
}
This is an accepted solution.
hello @NZA
please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.
@media screen and (min-width: 789px){
#shopify-section-footer .Footer__Inner {
justify-content: space-around;
}
}
Thank you very much @Kinjaldavra , the code worked.
The newsletter section still looks very small compared to the other 2
would it be possible to increase the width of this block specifically ?
hello @NZA
@media screen and (min-width: 1140px){
#shopify-section-footer .Footer__Inner .Footer__Block.Footer__Block--newsletter{
flex-basis: 430px !important;
}
}
Hey, the Flow 2.0 theme is used, this block should be right next to the last element instead of below it like in the screenshot. The dropdown menu should also be horizontal. please help
User | RANK |
---|---|
113 | |
85 | |
68 | |
67 | |
45 |
Learn these 5 things I had to learn the hard way with starting and running my own business
By Kitana Jan 27, 2023Would you love to unleash the unbridled power of the Google Shopping Channel into your sho...
By Gabe Jan 6, 2023How can you turn a hobby into a career? That’s what Emmanuel did while working as a wa...
By Skye Dec 30, 2022