• Closed
  • Mark Ford
    Spectator
    May 13, 2015 at 6:36 pm #17487

    Hi,
    I am using the evolve theme, and I have enabled featured images to be displayed in individual posts.

    Is there a way (css?) to align the featured image to the right in the single posts? Right now the default alignment is center.

    thanks,
    -mark

    Roman
    Spectator
    Posts: 3147
    May 14, 2015 at 7:03 am #17500

    yes, but the text under the image won’t be aligned because the image is inserted before the post container, Custom CSS:

    .thumbnail-post-single {
    float:right;
    }