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,
We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024