Move collection tile image up

Hi,

im looking to move the collection image up so it’s uniform with the rest on mobile

my site https://luxurymrkt.com/collections

From the inspector I can see that you are using 2 sections to showcase the fashion brands and not one, is that correct?

Hi, @Luxurymrkt

This requires modifying the code structure. I can help you with it. So I need to access your store as a collaborator if possible.

Hi @Luxurymrkt ,

It seems use are using two separate collection lists for displaying the collections. In order to display it without the issue you are facing, you need to add all these collections to the same collection list.

If the section is limiting you from adding more than 15 collections per list, You need to edit the max blocks property of the collection list section.
Follow these steps to do that:
Step 1: Go the edit code section: Shopify Backend->Sales Channels->Online Store->Themes->Threedot menu near customize (see screenshot)->Edit code

Step 2: In the Edit code section Go to the sections and find the collection-list.liquid file(You can also search for the collection-list.liquid file):

Step 3 : In this file scroll down and find the schema section where you will be able find the Max_blocks property of the section, and change it to a higher number in your case 30 or 40 as seen in the screenshot below. And click save

Once this is done, You can go to the customize section and add all the collections to the same collection list. If you need any more clarifications, Please share your store URL and feel free to reply to this message.
I hope this helps! If it does, please like it and mark it as a solution!

Regards,
Sweans

1 Like

amazing thank you