How can I minimize the space here only in mobile version

Solved

How can I minimize the space here only in mobile version

NikosBat
Excursionist
239 0 38

Hello guys, how can I minimize the space here only for mobile.

 

Bildschirmfoto 2024-12-27 um 02.39.37.png

Accepted Solution (1)

Made4uo-Ribe
Shopify Partner
9643 2296 2860

This is an accepted solution.

Hi @NikosBat 

TRy this one. 

  1. From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  2. Find the theme that you want to edit and click on "Actions" and then "Edit code".
  3. 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){
.collapsible-content-wrapper-narrow .accordion {
    margin-top: 0;
}
}

 

  • And Save.
  • Result:
  • Made4uoRibe_0-1735321330762.png

     

 

 Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better! 

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 6 (6)

Dan-From-Ryviu
Shopify Partner
10768 2128 2249

Hi @NikosBat 

Please share your link and password-protected of your store so I can give you the code to do that. 

- Solved it? Hit Like and Accept solution! ❤️Buy Me Coffee❤️
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

NikosBat
Excursionist
239 0 38

Hello Dan-From-Ryviu, here is the link and password : https://www.nistore.de/products/nistore™-winterhandschuhe,  fsfbnsikdfn

Moeed
Shopify Partner
6579 1783 2162

Hey @NikosBat 

 

Your website is password protected, share your password as well.

 

Best Regards,

Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


NikosBat
Excursionist
239 0 38

Made4uo-Ribe
Shopify Partner
9643 2296 2860

This is an accepted solution.

Hi @NikosBat 

TRy this one. 

  1. From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  2. Find the theme that you want to edit and click on "Actions" and then "Edit code".
  3. 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){
.collapsible-content-wrapper-narrow .accordion {
    margin-top: 0;
}
}

 

  • And Save.
  • Result:
  • Made4uoRibe_0-1735321330762.png

     

 

 Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better! 

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 ⚙️.
NikosBat
Excursionist
239 0 38

Thanks Made4uo-Ribe, that solved my problem