• Resolved themilney

    (@themilney)


    Hi,
    The featured image on my posts currently align center. As a result, when the window widens, the image moves to stay in the center, while my post heading stays to the left.
    I would like the featured image to stay to the left also.
    What is the CSS i would need to enter to allow this to happen?
    Thanks in advance,
    Chris.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Roch

    (@rochesterj)

    Hi Chris!

    Thanks for reaching out.

    Usually these are theme-related issues, but maybe it’s an easy fix.

    Would you mind pasting the link to your website here, so we can check it out?

    Thanks!

    Thread Starter themilney

    (@themilney)

    Hi Roch,

    Thanks. The theme I’m using is the Sportspress Rookie Starter Theme.

    Link: https://apfc2018.com/2018/03/20/official-logo-facebook-event-page-released/

    Cheers.
    Chris.

    Roch

    (@rochesterj)

    Hi CHris!

    Oh, that’s even better 🙂

    Add the following code in your custom css field ( Wp admin > SportsPress > Settings > General > Custom CSS ) and let us know how it works:

    .entry-thumbnail img {
    	margin-left: 0;
    	margin-right: 0;
    }

    Thanks!

    Thread Starter themilney

    (@themilney)

    Hi Rich,

    Thanks for that – worked just as i hoped. Much appreciated.

    Cheers,
    Chris.

    Roch

    (@rochesterj)

    That’s awesome, I’m glad I could help, Chris!

    If you need anything else, just let us know!

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Featured Image on Post – Align Left’ is closed to new replies.