Hi There
I want to:
1) Have 3 lines of text under each item – so I need title and 2 lines of text for the excerpt.
2) I want to align the captions so they are aligned with the left edge of the image.
Also, at the moment the caption alignment looks different in Chrome compared to Firefox.
Any idea how to fix with quick CSS?
Thanks for a great theme :)
Hey butcherboy,
Thank you for using Enfold.
1.) Please edit the portfolio items then add the summary or excerpt manually. If you can’t find the “Excerpt” box, enable it in the Screen Options panel.
2.) Use the following css code to align the image with the content container.
.av-masonry-image-container img {
margin: 0 auto 0 20px;
}
Best regards,
Ismael