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.
In today’s interview, we sat down with @BSS-TekLabs to discuss practical strategies for...
By JasonH Nov 13, 2024The year-end shopping spree is around the corner! Is your online store ready for the ...
By JasonH Nov 10, 2024We recently spoke with Zopi developers @Zopi about how dropshipping businesses can enha...
By JasonH Oct 23, 2024