Shopify themes, liquid, logos, and UX
This is how my Shopify password looks like . Can you please help me change the position of the email banner to the middle of the screen?
Hello @Ka19
You only need to follow below steps to show email box in center for mobile devices.
1. Go to admin > Online store > edit code.
2. In code directory, find the file named "section-email-signup-banner.css" and open it.
3. copy below given css and paste it at the end of above mentioned file.
@media (max-width: 749px){
.email-signup-banner {
height: 100%;
}
.email-signup-banner .banner__content {
position: absolute;
top: 50%;
transform: translateY(-50%);
}
}
4. Don't forget to save the file after making changes.
Hope this solution solves your issue.
If this solution helpful to you, then please mark this as solved and like the solution.
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024