Shopify themes, liquid, logos, and UX
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 |
---|---|
62 | |
58 | |
47 | |
42 | |
41 |
Photo by Marco Verch Sales channels on Shopify are various platforms where you can sell...
By Ollie May 25, 2023Summary of EventsBeginning in January of 2023, some merchants reported seeing a large amo...
By Trevor May 15, 2023With 2-Factor Authentication being required to use Shopify Payments, we’re here to help yo...
By Imogen Apr 26, 2023