Shopify themes, liquid, logos, and UX
I'm working on this site: https://maison-rouge-ny.myshopify.com/
The password is: thifis
I'm trying to do a few things in my footer that I'm struggling with:
1. I want to center the text in the top line
2. I want to decrease the padding between the menu items in the bottom left
3. I also want to make the "Email" placeholder in the newsletter form all caps
Can you help with some or all?
Here's a screenshot showing what I'm trying to do:
Solved! Go to the solution
This is an accepted solution.
Try this one.
@media screen and (min-width: 750px) {
.grid--4-col-tablet .grid__item {
width: 100% !important;
}
.footer__blocks-wrapper.grid.grid--1-col.grid--2-col.grid--4-col-tablet {
flex-direction: column-reverse;
gap: 0;
}
.footer-block.grid__item.footer-block--menu h2.footer-block__heading {
margin-bottom: 0;
}
.footer-block__details-content a {
padding: 0;
}
}
For the email, you can find that here.
Then change it here. And Save.
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
This is an accepted solution.
Try this one.
@media screen and (min-width: 750px) {
.grid--4-col-tablet .grid__item {
width: 100% !important;
}
.footer__blocks-wrapper.grid.grid--1-col.grid--2-col.grid--4-col-tablet {
flex-direction: column-reverse;
gap: 0;
}
.footer-block.grid__item.footer-block--menu h2.footer-block__heading {
margin-bottom: 0;
}
.footer-block__details-content a {
padding: 0;
}
}
For the email, you can find that here.
Then change it here. And Save.
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025