• Closed
  • Mark Ford
    Spectator
    13.05.2015 at 18:36 #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
    14.05.2015 at 07:03 #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;
    }