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.