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

Re: Reduce the padding on slideshow mobile view - dawn theme

Solved

Reduce the padding on slideshow mobile view - dawn theme

BraxtonEcom
Explorer
90 0 18

I'd like to reduce the padding on the slideshow section on mobile view - I've highlighted the upper and lower space part of the text bit of the section that I'd like reducing.

 

Any advice is really appreciated.

 

Dawn theme

URL: https://brain-boost.co.uk/

 

Screenshot 2023-10-10 192125rre.png

Braxton
Accepted Solution (1)

Made4uo-Ribe
Shopify Partner
9045 2161 2667

This is an accepted solution.

Hi @BraxtonEcom 

Try this one. 

  • From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  • Find the theme that you want to edit and click on "Actions" and then "Edit code".
  • In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

@media only screen and (max-width: 749px){
.banner__box { 
    padding: 2rem !important;
}
}

 

  • And Save. 
  • Result:
  • Made4uoRibe_0-1696967501245.png
If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.

View solution in original post

Replies 2 (2)

Natasha-Saed
Shopify Partner
422 46 77

1) Go to online store
2) Edit Code
3) Open your section-image-banner.css file
4) Paste the following code at the bottom:

@media only screen and (max-width: 768px) {
.banner__box {padding-top: 1rem !important, padding-bottom: 1rem!important;}
}

5) Save.

Let me know if it work by marking it as a solution.

NatashaSaed_0-1696962638602.png

 

 

If my solution helped you don't forget to accept it to help others.
===================================================================
And if you really like my support share a cup of coffee with me paypal.me/freemindsint

Made4uo-Ribe
Shopify Partner
9045 2161 2667

This is an accepted solution.

Hi @BraxtonEcom 

Try this one. 

  • From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  • Find the theme that you want to edit and click on "Actions" and then "Edit code".
  • In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

@media only screen and (max-width: 749px){
.banner__box { 
    padding: 2rem !important;
}
}

 

  • And Save. 
  • Result:
  • Made4uoRibe_0-1696967501245.png
If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.