Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
How to fix image banner on phone, text shows up underneath as a white blank space!
Solved! Go to the solution
This is an accepted solution.
Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code
Step 2: Search file theme.liquid
Step 3: Insert this code above </head> tag:
<style>
@media screen and (max-width: 768px) {
#Banner-template--21320535867724__image_banner_C3Wxdi .banner__box {
position: absolute;
background: transparent;
transform: translateY(-50%);
}
}
</style>
Result
If it helps you, please like and mark it as the solution.
Best Regards 😊
B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.
B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.
B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.
BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now
This is an accepted solution.
Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code
Step 2: Search file theme.liquid
Step 3: Insert this code above </head> tag:
<style>
@media screen and (max-width: 768px) {
#Banner-template--21320535867724__image_banner_C3Wxdi .banner__box {
position: absolute;
background: transparent;
transform: translateY(-50%);
}
}
</style>
Result
If it helps you, please like and mark it as the solution.
Best Regards 😊
B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.
B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.
B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.
BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now
Thank you so much that worked but i also have the same issue on these sides when im using the same thing! Could you help me fix those ones as well? https://4d61f0-d9.myshopify.com/collections/understall
@sidenkompaniet, change the previous code like this
<style>
@media screen and (max-width: 768px) {
#Banner-template--21320535867724__image_banner_C3Wxdi .banner__box {
position: absolute;
background: transparent;
transform: translateY(-50%);
}
#Banner-template--21320535867724__image_banner_C3Wxdi .banner__box,
#Banner-template--22173801808204__image_banner_fjJCfy .banner__box {
background: #000;
}
}
</style>
Result:
B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.
B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.
B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.
BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now
Is it not possible to have it on top of the photo?😊😊😊
@sidenkompaniet, your text is too long so it will exceed the image 🙂
B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.
B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.
B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.
BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now
Thank you! When i do this the first one changes sp its black on half of the image! Is it possible to make the first one with the text on top and then the second one with it underneath (as the text is to long)?