Hi! My website in the phone version shows a large space between the header slide and products!

Solved

Hi! My website in the phone version shows a large space between the header slide and products!

Studioiris
Tourist
10 0 5

Hi! 

My website in the phone version shows a large space between the header slider and the products!!

I want to make the division between these sections smaller please help😊😊

 

Thanks in advance. The website is Studioiris.se 

Accepted Solution (1)

BSS-TekLabs
Shopify Partner
989 272 325

This is an accepted solution.

- Here is the solution for you @Studioiris 
- 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.

@media screen and (max-width: 749px) {
    .banner--mobile-bottom:not(.banner--stacked) .banner__content {
        height: 0px !important;
    }
}

- Here is the result you will achieve:

BSSTekLabs_0-1720802382965.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 .
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
BSS Commerce - Full-service eCommerce Agency

For give Gift to customers and Upsell in Cart, check out Salepify: Free Gifts with purchase

View solution in original post

Replies 2 (2)

BSS-TekLabs
Shopify Partner
989 272 325

This is an accepted solution.

- Here is the solution for you @Studioiris 
- 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.

@media screen and (max-width: 749px) {
    .banner--mobile-bottom:not(.banner--stacked) .banner__content {
        height: 0px !important;
    }
}

- Here is the result you will achieve:

BSSTekLabs_0-1720802382965.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 .
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
BSS Commerce - Full-service eCommerce Agency

For give Gift to customers and Upsell in Cart, check out Salepify: Free Gifts with purchase

Studioiris
Tourist
10 0 5

Thank you so so much!! 👏