Why does collection list title view differ on desktop and mobile?

Hi,

I am looking into why the desktop view and mobile view for collection list title is different (The title overlap the image in mobile view but in desktop view it looks ok). Appreciate if someone can help with this.Thanks in advance.

1 Like

hii, @BB17
Kindly share your store URL so,
I can solve your issue.
Thank You.

@Zworthkey Can i email you the store link and pw?

@BB17
Ok.
no problem.

hii, @BB17
Upload your product so,
I can solve it perfectly.
Thank You.

@BB17

Please add the following code for mobile for title.

@media only screen and (max-width: 749px){
.collection-grid-item{ margin-bottom: 95px !important; }
div#shopify-section-1628139194e4eb028b{ margin-top: 0px !important; }
}

Hope this helps.

@Zworthkey Thank you!