Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Bill Erickson

    (@billerickson)

    Since Genesis doesn’t allow us to change the classes on the image (yet!) you’ll need to write some custom CSS. This should work:

    .feature img.alignleft {
    display: block;
    float: none;
    margin: 0 auto 20px;
    }

    Plugin Author Bill Erickson

    (@billerickson)

    I just posted a patch to Genesis that allows us to control the classes applied to the images. So hopefully in Genesis 2.0 this will be easier to do.

    Thread Starter mirabelleza

    (@mirabelleza)

    Thank you so much! That worked perfectly.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Center Feature Images Only’ is closed to new replies.