How to minimize space between Title and images

Hello guys, can I minimize the space between the Title and the images?

please provide password of your store

Hello Rahu_dhiman, here is the password:

nikthe

please provide the link of this page

1 Like

Hello, yes sorry i forgot it. Here is the link

https://www.nistore.de/products/trendy-stainless-steel-multilayer-circle-twist-knot-earrings-for-women-texture-mixed-color-gold-plated-statement-earring-bijoux

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

.related-products__heading {
margin: -10px !important;
}

result

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

1 Like

Hello Rahul_dhiman and thanks for your answer. It does not change something if I paste the code in the bottom. Should i paste it somewhere else?

li.grid__item {
    margin-top: -20px;
}

Go to online store ----> themes ----> go to three Dots ----> edit code ---->find theme.liquid files ----> place the code ---->
under the tag before the body ----->
if this code work please do not forget to like and mark it solution

1 Like

Thanks MustafA16, that has solved my Problem.