Tagged: portfolio grid
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 page
h3.grid-entry-title.entry title {
align-content: center !important;
}` Can you suggest what I can try to center these titles?
Hey 1lizcollins!
Please add following code to Quick CSS
h3.grid-entry-title.entry-title {
text-align: center;
}
Regards,
Yigit
Many thanks. Works perfectly.