• Hi,
    Is there a way do display posts in the homepage feed with the image on the right side instead of the left? We are getting copy wrapping under the image on the left which looks bad. I know we can shorten the amount of preview text, but looking to see if we can swap placement of image. Thank you.

    • This topic was modified 3 years, 12 months ago by dagdesign.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author ThemeZee

    (@themezee)

    Hi there,

    Thanks so much for using Poseidon.

    You can try this short CSS snippet:

    .post-layout-small .post-wrapper .type-post .wp-post-image,
    .post-layout-small .infinite-wrap .type-post .wp-post-image {
        float: right;
        margin-left: 1.5em;
        margin-right: 0;
    }

    Please copy the CSS snippet and insert it on Appearance > Customize > Additional CSS. If you need help with adding CSS, please also see https://themezee.com/docs/custom-css-code/

    Cheers,
    Thomas

Viewing 1 replies (of 1 total)
  • The topic ‘Post image on right vs left side’ is closed to new replies.