How to connect the gaps between my product cards borders on mobile

Hi everyone!,

I wanted to connect the borderlines I made in my mobile view. See photo for reference:

Store Preview Link: https://kan7abddby8ipngr-13830324282.shopifypreview.com

Hi @IntechCarl
I hope you are well. You can follow our instructions below:
1/ Shopify admin > Online store > Edit code
2/ Search for “theme.liquid” file
3/ Open the file and search for tag and add the following code above tag
Here is the code for Step 3:

{% style %}
@media screen and (max-width: 750px){

collection ul.grid.product-grid {
 gap:0 !important;
}
}
{% endstyle %}

If this helpful, please let us know by giving us a like and marking its as a solution. Thanks you :heart_eyes:

Hi @IntechCarl i see it look good. Please double check on this