Shopify themes, liquid, logos, and UX
I included the picture of my shopify site's newsletter and a picture of what i want my newletter sign up to look like.
Solved! Go to the solution
This is an accepted solution.
Hello! @jordan24640 Please follow these steps to add this CSS code
1. Go to your Online Store
2. Click on "Themes"
3. Select "Edit code"
4. Open your CSS file. If you have a custom CSS file, open that instead.
5. If you can't find your custom CSS file, open "base.css"
6. Add the following code at the end of the file.
@media only screen and (max-width: 767px){
.footer__content-top .footer__blocks-wrapper, .footer__content-top .footer-block--newsletter, .footer__content-top .footer-block.grid__item {
width: 100% !important;
max-width: 100% !important;
}
.footer__content-top .footer-block.grid__item {
margin: 0 !important;
}
}
Output:
Thank you
D.P.
Hi Jordan,
It can be done by adding responsive CSS. Both ".footer-block--newsletter" and ".footer__blocks-wrappe" will be 100% responsive.
This is an accepted solution.
Hello! @jordan24640 Please follow these steps to add this CSS code
1. Go to your Online Store
2. Click on "Themes"
3. Select "Edit code"
4. Open your CSS file. If you have a custom CSS file, open that instead.
5. If you can't find your custom CSS file, open "base.css"
6. Add the following code at the end of the file.
@media only screen and (max-width: 767px){
.footer__content-top .footer__blocks-wrapper, .footer__content-top .footer-block--newsletter, .footer__content-top .footer-block.grid__item {
width: 100% !important;
max-width: 100% !important;
}
.footer__content-top .footer-block.grid__item {
margin: 0 !important;
}
}
Output:
Thank you
D.P.
Thank you that worked. Can you help with adjusting my newsletter on desktop view to be wider so that it shows 2 lines of words and also have the social media icons to be under the newsletter. currently it looks like this
@jordan24640 Please follow below steps to move the newsletter to bottom on mobile view. Let me know whether it is helpful for you.
.footer-block--newsletter {
flex-direction:column;
}
.footer-block--newsletter .footer-block.grid__item {
width: 100%;
max-width: 100%;
}
@media screen and (max-width: 767px) {
.footer__content-top.page-width {
display: flex;
flex-direction: column;
}
.footer-block--newsletter {
width: 100%;
}
}
Result will be like,
Hey 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, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025