Hi,
I am attempting to edit the size and padding of the images in my collection list. I am using the Brooklyn theme and only want to edit the collection list page if possible.
Thanks in advance,
Hi,
I am attempting to edit the size and padding of the images in my collection list. I am using the Brooklyn theme and only want to edit the collection list page if possible.
Thanks in advance,
Hey @ElleOnline share your site url here and please share some details attached to it , it will really help me to solve your issue.
Thanks.
Hi,
Thank you for your reply, my site url is https://elleonline.com.au/ and the page in particular is https://elleonline.com.au/pages/designers.
I am looking to increase the image sizes and also increase the padding between the images on https://elleonline.com.au/pages/designers (without editing the images directly). I know I cant edit via the theme template as it is an old theme.
Please let me know if you need any further details,
Thanks in advance
Hi there,
To edit the size and padding of the images in your collection list on the Brooklyn theme, you’ll need to make some adjustments to the theme code. Here’s a step-by-step guide:
Look for the code that outputs the collection list images. It might look something like:
liquiD
Adjust the img_url filter to the desired size. Options include ‘small’, ‘medium’, ‘large’, or you can use custom dimensions like ‘300x300’:
liquid
Look for styles related to the collection list, often containing something like:
css
.collection-grid-item { padding: 10px; }
Adjust the padding value to your liking.
Remember to test your changes on different devices to ensure they look good on various screen sizes. Additionally, it’s a good practice to make a backup of your theme before making any changes.
If you encounter any issues or have specific questions about the code, feel free to ask!
Best regards,
Thomas
@ElleOnline are you considering below images?
Thank you, this did help. I ended up locating the Collection List Image size [email removed] page.collections-list.liquid and adjusting the size there.