Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #174432

    roksivante
    Participant

    hello,

    How can I change the alignment of the featured images for my blog posts to centered?

    thanks!

    #174492

    Zeshan
    Member

    Hi there,

    Thanks for writing in! To assist you with this, we’ll first need you to provide us with your URL as stated on the forum entrance page. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you.

    Meanwhile, please try adding following CSS under Custom > CSS in the Customizer:

    .entry-featured {
       text-align: center;
    }
    

    Thanks!

    #174531

    roksivante
    Participant

    hmm, that didn’t seem to work.

    domain is http://roksivante.com

    #174588

    John Ezra
    Member

    Hi there,

    Thanks for the update. Please try the following CSS instead:

    .single-post .entry-thumb {
        left: 50%;
    }

    Tested it and it works on my end, hope this helps!

    #176435

    roksivante
    Participant

    yep, that does the job.

    thanks!

    #176591

    Christopher
    Moderator

    You’re welcome.