Good afternoon, hopefully a simple one. I need to have an intro image left on a blog layout, used to be straightforward but can seem to get this working. http://robb.counsellorspace.co.uk/index.php/our-team/meet-the-team Hope you can shed some light? thanks Mark
ramsey1971 Hi, I see the image is already on the left side and there is only one article on the page , if you add Intro text it will show on other side . Can u share screenshot how u want to change it?
Morning Pankaj, Screenshot attached- you will the text does not render to the right which is what should ahhpen if image class is set to left? Need smaller image on left with intro text to right, hope that makes sense?
Regards, Mark
ramsey1971 Hi The view not supported as both use full width Add this code in custom css to split them in 2 columns
@media(min-width:768px){ .blog .items-row .item {display:flex;} .item-content{padding-left:10px;}}
Super, that works! Thanks and regards