For some reason I experience problems with blog layouts on this template, the normal joomla rules dont seem to work and css tweaks are pretty much always required. I have a blog layout with 3 full page intros and then columns of 3 and image aligned left - for some reason the intro image on the 2nd row of the 3 columns does not size correctly, the image dimensions are exactly the same as all the others per screenshot ![attached.]( I would be really grateful if you could let me know why this occurred and how to fix this? Many thanks in advance, Mark
Hi Mark,
It's due to the long text of the name in that item, I just added this css rule so it can show properly now:
.view-category .items-row .item.column-3 .item-image { flex: 0 0 191px; }
File updated: /templates/ja_vital/local/css/custom.css
/templates/ja_vital/local/css/custom.css
Awesome, thank you :-)
You're welcome 😉