Hello all!
I am trying to center all of the titles on all of my pages using the attitude template. I managed to center the titles on all of my default template pages using:
.entry-title {
text-align: center;
}
However, I have been unable to center the title of my four gallery template pages. Does anybody have any suggestions on how I could go about doing this?