How to remove white space on products (mobile) - Dawn theme

Solved

How to remove white space on products (mobile) - Dawn theme

vic186
Tourist
8 0 3

Hi, there is large white space that I need remove under the slide show, on mobile view. Can anyone help? Screenshot 2024-10-13 at 9.37.16 PM.png

Accepted Solutions (3)

Guleria
Shopify Partner
4110 804 1155

This is an accepted solution.

Hello @vic186 ,

 

Follow these steps:

1. Go to Online Store -> Theme -> Edit code

2. Open your base.css file and paste the following code at the bottom:

.slideshow__text.banner__box.content-container:empty {
    display: none;
}

 

Thanks

- Custom themes, UI/UX design, ongoing maintenance & support.
- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com Skype: live:navrocks1
- Try GEMPAGES a great page builder

View solution in original post

Tech_Coding
Shopify Partner
514 132 131

This is an accepted solution.

Hello @vic186 

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
@media screen and (max-width: 767px) {
    #Slide-template--23587360473252__slideshow_4bk8n4-1 .slideshow__text.banner__box.slideshow__text-mobile--center {
       display: none !important;
    }
 }
</style>

Tech_Coding_0-1728874786316.png

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Shopify UI Developer
Your Coffee Tips adds a little sweetness to my day.

View solution in original post

BSSCommerce-B2B
Shopify Partner
1972 564 568

This is an accepted solution.

@vic186

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above </head>

 

<style>
@media screen and (max-width: 768px) {
#Slide-template--23587360473252__slideshow_4bk8n4-1 .slideshow__text.banner__box {
   padding: 0!important;
}
}
</style>

 

Result:

BSSCommerceB2B_0-1728878551681.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 3 (3)

Guleria
Shopify Partner
4110 804 1155

This is an accepted solution.

Hello @vic186 ,

 

Follow these steps:

1. Go to Online Store -> Theme -> Edit code

2. Open your base.css file and paste the following code at the bottom:

.slideshow__text.banner__box.content-container:empty {
    display: none;
}

 

Thanks

- Custom themes, UI/UX design, ongoing maintenance & support.
- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com Skype: live:navrocks1
- Try GEMPAGES a great page builder

Tech_Coding
Shopify Partner
514 132 131

This is an accepted solution.

Hello @vic186 

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
@media screen and (max-width: 767px) {
    #Slide-template--23587360473252__slideshow_4bk8n4-1 .slideshow__text.banner__box.slideshow__text-mobile--center {
       display: none !important;
    }
 }
</style>

Tech_Coding_0-1728874786316.png

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Shopify UI Developer
Your Coffee Tips adds a little sweetness to my day.

BSSCommerce-B2B
Shopify Partner
1972 564 568

This is an accepted solution.

@vic186

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above </head>

 

<style>
@media screen and (max-width: 768px) {
#Slide-template--23587360473252__slideshow_4bk8n4-1 .slideshow__text.banner__box {
   padding: 0!important;
}
}
</style>

 

Result:

BSSCommerceB2B_0-1728878551681.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