How to minimize a space in a section

Solved

How to minimize a space in a section

NikosBat
Trailblazer
449 1 94

Hello guys, how can I minimize the space here?

 

Bildschirmfoto 2025-05-08 um 14.14.51.png

 

Accepted Solution (1)

ProtoMan44
Shopify Partner
743 60 114

This is an accepted solution.

@NikosBat hey, thanks for posting here.
 can you please share the link to inspect it, thanks.

- A thirsty developer passionate about supporting the community. If you'd like to, you can  

Buy me a Coffee.


- Your Shopify Solution Specialist Get a Quote at

ProtoMan44

 - 

Chat On Whatsapp


Crafting exceptional e-commerce experiences to elevate your online presence. Let's build your success story together!

View solution in original post

Replies 7 (7)

ProtoMan44
Shopify Partner
743 60 114

This is an accepted solution.

@NikosBat hey, thanks for posting here.
 can you please share the link to inspect it, thanks.

- A thirsty developer passionate about supporting the community. If you'd like to, you can  

Buy me a Coffee.


- Your Shopify Solution Specialist Get a Quote at

ProtoMan44

 - 

Chat On Whatsapp


Crafting exceptional e-commerce experiences to elevate your online presence. Let's build your success story together!
NikosBat
Trailblazer
449 1 94

Hey, here is my URL and password:

 

nistore.de

nikthe

swym
Trailblazer
202 41 88

Hey @NikosBat

 

Could you please share the store URL so I can provide the exact CSS code needed to achieve the layout you’re aiming for?

 

Regards,

Abhishek from Swym

- Appreciate the assistance. Show your approval with a Like! And when your question finds its answer, seal the deal by marking it as an Accepted Solution!
- Our Solutions: Wishlist Plus | Swym Back in Stock Alerts | Swym Gift Lists and Registries
NikosBat
Trailblazer
449 1 94

Hey, this is URL and password:

 

nistore.de

nikthe

Rahul_dhiman
Shopify Partner
822 155 173

Your store is password protected

Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront

Contact here


BEST CUSTOMER ACCOUNTS APP WITH CUSTOM WISHLIST OPTION 
TRY OUR APP :

PWC: Customer Accounts & Pages

NikosBat
Trailblazer
449 1 94

Hey this is my URL and password:

 

nistore.de

nikthe

Rahul_dhiman
Shopify Partner
822 155 173

Go to online store ----> themes ----> actions ----> edit code ----> assets ----> section-image-banner.css
add this code at the end of the file and save.

@media screen and (min-width: 750px) {
.banner__content.banner__content--middle-center {
margin-top: -7rem !important;
margin-bottom: -11rem !important;
}
}

result
29.png


If this was helpful, hit the like button and accept the solution.
Thanks

Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront

Contact here


BEST CUSTOMER ACCOUNTS APP WITH CUSTOM WISHLIST OPTION 
TRY OUR APP :

PWC: Customer Accounts & Pages