Have your say in Community Polls: What was/is your greatest motivation to start your own business?

How to remove white space for Slideshow & restore dots

Solved

How to remove white space for Slideshow & restore dots

sgstyli
Visitor
2 0 0

Hi all,

 

Would really appreciate if someone could help me with this issue!

I'm using Debut theme and i added in a slideshow but i can't remove the white space below my slideshow in both desktop and mobile. Also, tried to edit some codes and now the slideshow dots are arrows instead on mobile.. :'(

 

On mobile:

Screenshot 2023-11-20 at 12.34.31 AM.png

 

On desktop:

Screenshot 2023-11-20 at 12.35.38 AM.png

 

 

 

 

 

 

 

 

 

 

 

website is sgstyli.com

 

Thank you!!

Accepted Solution (1)

BSS-Commerce
Shopify Partner
3477 463 547

This is an accepted solution.

Hi @sgstyli ,

You can add this CSS to the base.css file:

.index-section--slideshow {
    padding-bottom: 0 !important;
    border-bottom: 0;
}
.index-section--flush.index-section--slideshow {
    padding-bottom: 0;
}

@media only screen and (max-width: 749px){
.shopify-section.index-section:has(.rich-text){
padding-top: 0;
}
.slideshow__text-wrap slideshow__text-wrap--mobile {
display: flex;
    display: flex;
    position: relative;
    top: -0.5rem;
    height: 0.5em;
    background-color: var(--color-bg);
    width: auto;
    margin: unset;
    z-index: 8;
    justify-content: center;
}
}

view (70).png

Hope it helps @sgstyli 

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


B2B Solution & Custom Pricing | Product Labels by BSS


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency

View solution in original post

Replies 2 (2)

BSS-Commerce
Shopify Partner
3477 463 547

This is an accepted solution.

Hi @sgstyli ,

You can add this CSS to the base.css file:

.index-section--slideshow {
    padding-bottom: 0 !important;
    border-bottom: 0;
}
.index-section--flush.index-section--slideshow {
    padding-bottom: 0;
}

@media only screen and (max-width: 749px){
.shopify-section.index-section:has(.rich-text){
padding-top: 0;
}
.slideshow__text-wrap slideshow__text-wrap--mobile {
display: flex;
    display: flex;
    position: relative;
    top: -0.5rem;
    height: 0.5em;
    background-color: var(--color-bg);
    width: auto;
    margin: unset;
    z-index: 8;
    justify-content: center;
}
}

view (70).png

Hope it helps @sgstyli 

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


B2B Solution & Custom Pricing | Product Labels by BSS


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency
sgstyli
Visitor
2 0 0

Thank you so much for your fast reply!! Unfortunately I couldn't find the base file. But anyways, i've decided to change to DAWN theme and it's SO much easier now. Thank you so much for your support to a complete newbie :')