Okay
  Public Ticket #2673058
Placement of title in image gallery
Closed

Comments

  • Zapatista72 started the conversation

    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?

  •  2,963
    Andrew replied

    Hi 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.