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 |
---|---|
199 | |
152 | |
69 | |
46 | |
37 |
Thanks to all Community members that participated in our inaugural 2 week AMA on the new E...
By Jacqui Mar 10, 2023Upskill and stand out with the new Shopify Foundations Certification program
By SarahF_Shopify Mar 6, 2023One of the key components to running a successful online business is having clear and co...
By Ollie Mar 6, 2023