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

How to fix image banner on phone, text shows up underneath as a white blank space!

sidenkompaniet
Excursionist
26 0 7

How to fix image banner on phone, text shows up underneath as a white blank space!

Accepted Solution (1)

BSSCommerce-B2B
Shopify Partner
1972 564 567

This is an accepted solution.

@sidenkompaniet,

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

BSSCommerceB2B_0-1728812108644.png

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

View solution in original post

Replies 7 (7)

theycallmemakka
Shopify Partner
1813 440 474

Hi @sidenkompaniet ,

 

Can you provide link to the store?

Support Me: Buy me a Coffee


For quick response - Message Me


Ping me at: theycallmemakka@gmail.com

BSSCommerce-B2B
Shopify Partner
1972 564 567

This is an accepted solution.

@sidenkompaniet,

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

BSSCommerceB2B_0-1728812108644.png

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

sidenkompaniet
Excursionist
26 0 7

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 

https://4d61f0-d9.myshopify.com/collections/understall-herr

https://4d61f0-d9.myshopify.com/collections/sova

BSSCommerce-B2B
Shopify Partner
1972 564 567

@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:

BSSCommerceB2B_0-1729004570344.png

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

sidenkompaniet
Excursionist
26 0 7

Is it not possible to have it on top of the photo?😊😊😊

BSSCommerce-B2B
Shopify Partner
1972 564 567

@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

sidenkompaniet
Excursionist
26 0 7

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)?