How can I minimize the space here only in mobile version

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

Hi @NikosBat

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

Hey @NikosBat

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

Best Regards,

Moeed

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

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

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;
}
}

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

Thanks Made4uo-Ribe, that solved my problem