Reply To: Center Align Featured Images

Homepage Community Forums Epik Theme Support Center Align Featured Images Reply To: Center Align Featured Images

#4148
Wes
Moderator

    I don’t see a way to center it based on the way the featured image is added in with Genesis….you could add clear: both; to the “p” tag inside of the entry content like this –

    `.entry-content p {
    clear: both;
    }`

    That will keep the text on its own line. It doesn’t center it, but thats about the only thing I can think of.