Good morning, I am struggling to make the image-left class work on this site, hopefully something really simple. the images also do not resize. Thanks in advance for your help.
Regards, Mark
Hi Mark,
Could you share screenshot of how you want it should be so I can help?
Good morning,
thats attached, basically image on left with text right. Thanks, Mark
You can try with this custom CSS:
.blog figure.pull-image-left.item-image { width: 33.33%; } .blog .item-content { width: 66.66%; padding: 30px; } .blog .blog-item-content, .blog .items-row .item { display: flex; }