Home › Community Forums › Adapt Theme Support › Portfolio titles won't center › Reply To: Portfolio titles won't center
May 7, 2012 at 7:30 pm
#942

Moderator
You can try adding this to the portfolio section of your css –
#content .portfolio h2 {
text-align: center;
}
Let me know if that works