Reply To: append pull-right to the_post_thumbnail

Home Forums Support append pull-right to the_post_thumbnail Reply To: append pull-right to the_post_thumbnail

Home Forums Support append pull-right to the_post_thumbnail Reply To: append pull-right to the_post_thumbnail

#205651
Tom
Lead Developer
Lead Developer

Hi there,

Are you trying to float the image to the right?

If so, try this CSS:

.page-header-image-single {
    float: right;
    margin-left: 2em;
}