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
Hello, yes sorry i forgot it. Here is the link
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
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
Thanks MustafA16, that has solved my Problem.