On this page and some other we have used the caption hover effect. Is it possible to make the caption appear towards the bottom of the image rather than being venerated vertically?
Thanks so much
Also:
Is it possible to make the sorting buttons for the portfolio grid towards the bottom of the home page here, larger?
Hey tonyiatridis,
Please try this in Quick CSS:
.av-image-caption-overlay-center {
vertical-align: bottom;
}
.av-image-caption-overlay-center p:last-child {
margin-bottom: 40px;
}
Please stick to one question at a time.
Best regards,
Rikard
awesome, thanks.