on my mobile, the product images of the collection page are very small (ideally we would want 1 product image and title to cover the whole screen and scroll will take it to the next product). Also, the produt title doesnt align and there is a lot of white space.
Hello @devnoob , Please add the code below in your CSS file of the collections grid file which you put it with the section.id of the collections section.
@devnoob please open your main-collection-product-grid.liquid file in edit code, i think at below your section id is occurs. Search in this file like β#shopify-section-templateβ22804030619992__product-gridβ or β#shopify-section-{{ section.id }}β. You can find like this. Please try !
the only problem is, images are very large now and are going over the screen now and product info isnt visible until I scroll. Any thougts on a fix for this?
Hello @devnoob , See your actual image size is already having 360 x 450 but it takes too much width and height through your HTML width and height of the image filter when you rendered this. see the screenshot below, it takes width=β3573β height=β4466β in HTML and render with a 800 x 800 sized image.