How can I lessen the space between product image and title?

I want to remove/reduce the space between the product image and product tile from my collection pages.
please help me with this.

Attaching screenshot for reference
Link - https://theurbanroute.com/collections/cosmic-anime?page=1&grid_list=grid-view

@AamirAsad - add this css to the very end of your theme.css file and check

@media screen and (min-width: 860px){
.productitem{padding: 0.3rem;}
}

Hi @AamirAsad

Check this one.

  • From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  • Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  • 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 screen and (min-width: 860px){
.productitem  {
    padding: 0px !important;
}
.productitem--info {
    padding: 0 12px;
}
}

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

Hi @AamirAsad

This is Henry from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.css

Step 3: Paste the below code at bottom of the file → Save

.productitem {

padding: 5px !important;

}

Hope that my solution works for you.

Best regards,

Henry | PageFly

Hi,
Thanks a lot. It has worked for desktop site.
I also wanted the same for mobile version, attaching screenshot.
Can you please help me with that too

Yes Sure, but your store now is password protected. Would you mind to share the password? Thanks!