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,
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025