Collection Title Position - Publisher theme

Hi,

I’d like to move the title on my collection image to the top left of the image like this:

I’d also like to make the text much bigger to be in proportion to the size of the photo.

Much appreciated of any help!

Thank you :slightly_smiling_face:

@hardingmolly hope you are doing well.

Could you please share your store URL? so can check and guide you

Hi, thank you! Here’s the link: https://sigridlondon.com/

@hardingmolly Please add the below line of CSS code at the end of your base.css file.

.section-collection-list li.collection-list__item.grid__item .card__content{
top:30px;
transform:translate(-50%, 0);
}

Great, that worked!! Thank you so much for your help! :slightly_smiling_face:

1 Like