Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #356877

    Hi,

    I’m using a portfolio grid on several pages of my site (see links below). I added this code `.grid-entry-title {
    align-content: center;
    }
    and it aligned the titles on the first link to center, but not the titles on the second or third links. I tried variations of this code to no avail for the second pageh3.grid-entry-title.entry title {
    align-content: center !important;
    }` Can you suggest what I can try to center these titles?

    #356879

    Hey 1lizcollins!

    Please add following code to Quick CSS

    h3.grid-entry-title.entry-title {
    text-align: center;
    }

    Regards,
    Yigit

    #356936

    Many thanks. Works perfectly.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Align portfolio grid titles to center’ is closed to new replies.