Site logo

Archived topic

append pull-right to the_post_thumbnail

4 replies · Started by Jürgen on June 30, 2016

Viewing posts 1–5 of 5

Hello,

I was able to locate the code for .pull-right adjustment of the_post_thumbnail holding div
in the file inc/template-tags.php as I don't want to break the float, but actually I don't find where to apply it for posts and pages too. http://edition.lightserver.at/?p=1
Can you give me a hint how the class is applied, please?

kind regards

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;
}

yes, is it possible to apply pull-right from bootstrap css like here:

okay, thanks it worked!

You're welcome :)

This archived topic is closed to new replies.