Making the blog post entries images float right

[ad_1]

Hello @static1635,

Thank you for reaching out,
As it has been customized, some CSS is required to arrange it; for example, this CSS influences the thumbnail: https://imgur.com/a/JRmlSqP.
However, you can modify it slightly using the following CSS:

@media(min-width:480px) {
    .blog-entry.post .blog-entry-summary {
        float: left;
        width: 50%;
        display: inline-block;
    }
    
    .blog-entry.post .thumbnail {
        float: right;
        width: 50%;
        display: inline-block;
    }
}

.blog-entry.post .thumbnail img {
    width: 100%;
}

Result: https://imgur.com/a/SfAAUYY.

For more styling, you can either learn CSS yourself or ask a professional to do it for you. CSS Tutorial: https://www.w3schools.com/css/

I hope it helps.
Best Regards

Brilliant, that is perfect. Thanks for the code.
I’m not sure why the thumbnail blog style doesn’t allow different meta elements?
Still, that’s me done with the customisation of my site, happy with that.

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer