Comments Zapatista72 started the conversationJanuary 27, 2021 at 6:07pmHi, I have made an image gallery on this page (first one on the page). Instead of having the title text appear on the left underneath the image, I would like to make it appear centered underneath. How can I do that? 2,963Andrew repliedJanuary 28, 2021 at 6:24amHi Zapatista,Please enter this css code in custom css code found in Salient > General Settings > CSS/Script Related: .portfolio-items .work-meta h4, .main-content .portfolio-items .work-meta h4, .page-template-template-portfolio .portfolio-items .work-meta h4 { text-align: center; margin-left: 135px;}Thanks. Sign in to reply ...
Hi, I have made an image gallery on this page (first one on the page). Instead of having the title text appear on the left underneath the image, I would like to make it appear centered underneath. How can I do that?
Hi Zapatista,
Please enter this css code in custom css code found in Salient > General Settings > CSS/Script Related:
Thanks.