How to minimize a space in a section

Hello guys, how can I minimize the space here?

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

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

Your store is password protected

Hey, here is my URL and password:

nikthe

Hey, this is URL and password:

nikthe

Hey this is my URL and password:

nikthe

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

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