Hi,
I'm using a query loop to display portfolio items in a grid. I have some thumbnails that aren't square. Is it possible to have them centre themselves rather than aligning to the top?
Thanks!
Connor
Please use the following CSS code:
.mfn-queryloop-item-wrapper{ align-self: center; }
Put it in the Custom CSS field in the Page Option for that page.
Best regards
Amazing thank you! That's great!
Comments
Hi,
Please use the following CSS code:
Put it in the Custom CSS field in the Page Option for that page.
Best regards
Amazing thank you! That's great!