Correcting header banner on desktop to be the same as mobile view

Correcting header banner on desktop to be the same as mobile view

bond2you
Tourist
9 0 1

Hi all,

I have copied and pasted code from other posts and it has not worked for my banner. As you can see, the desktop view looks nice but as soon as it is switched to mobile view, it is cut off.

How can I make the image resize so it looks good on mobile view?

 

desktop view.jpg

mobile view.jpg

 

 

Replies 17 (17)

BSS-TekLabs
Shopify Partner
2401 695 832

I don't see them appearing on your website at the moment. Have you made it public yet?

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
bond2you
Tourist
9 0 1

yes, can you see it now?

bond2you
Tourist
9 0 1

some of the image for some reason has been cut off at the top and bottom, it doesn't look like that when I'm editing

BSS-TekLabs
Shopify Partner
2401 695 832

- Here is the solution for you @bond2you 
- Please follow these steps:

step.png

- Then find the base.css file.
- Then add the following code at the end of the file and press 'Save' to save it.

.slideshow__slide .slideshow__media img {
     height: auto !important;
}
.slideshow__slide .slideshow__media {
     height: 220px !important;
}

- Here is the result you will achieve:

BSSTekLabs_0-1720963843043.png

 

 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
bond2you
Tourist
9 0 1

Hi it's still not looking right, the desktop view is now looking cut off

 

BSS-TekLabs
Shopify Partner
2401 695 832
@media screen and (max-width: 749px) {
.slideshow__slide .slideshow__media img {
     height: auto !important;
}
.slideshow__slide .slideshow__media {
     height: 220px !important;
}
}

can you try it @bond2you 

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
BSS-TekLabs
Shopify Partner
2401 695 832

Please replace the old code with the new code above @bond2you 

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
bond2you
Tourist
9 0 1

It still didn't work 

bond2you_0-1720964594023.pngbond2you_1-1720964609426.png

 

BSS-TekLabs
Shopify Partner
2401 695 832

You added a missing } in line 3574 @bond2you 

BSSTekLabs_0-1720964749239.png

 

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
bond2you
Tourist
9 0 1

bond2you_0-1720964932476.png

sorry, tell me what I need to remove?

BSS-TekLabs
Shopify Partner
2401 695 832

You need to add a } above the line @media screen and (max-width: 749px) {
Same as the image I sent above

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
bond2you
Tourist
9 0 1

I think it worked! There is a blank white space underneath but I think I can live with that. 

Also, this desktop which I think is a separate issue. Do you know how to fix it to make it look like the second image as I see it when editing?

bond2you_0-1720965528833.png

 

bond2you_1-1720965576580.png

 

 

BSS-TekLabs
Shopify Partner
2401 695 832

@bond2you  can you add more code

@media screen and (min-width: 749px) {
#Slide-template--22839493755190__slideshow_HLayiA-1 {
     height: 768px !important;
}
}

BSSTekLabs_0-1720965956572.png

 

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
bond2you
Tourist
9 0 1

great, I think it worked! 

but how do I get rid of this white spacing that is in mobile view between the header and next section?

bond2you_0-1720966419962.png

 

BSS-TekLabs
Shopify Partner
2401 695 832

 

@media screen and (max-width: 749px) {
.banner--mobile-bottom:not(.banner--stacked) .banner__box.color-scheme-1 {
 display: none !important;
    }
}

 

- You can add more code

 

 

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
bond2you
Tourist
9 0 1

omg thank you so much!

BSS-TekLabs
Shopify Partner
2401 695 832

No problem. Have a good day @bond2you .

 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now