Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1236129
    phoogoo
    Participant

    Hey there,

    Super simple question, I am certain. Trying to center images for the featured image under posts (see screenshots below) for the 2 pages. I figured I would be targeting wp-post image div.entry-featured but no luck. Would love your suggestion!
    Thanks!

    #1236375
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! To center images for the featured image under posts, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .post .entry-featured {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    http://prntscr.com/d0pspk

    Hope this helps.

    #1243351
    phoogoo
    Participant

    Thanks so much!!!!

    #1243431
    Rupok
    Member

    You are welcome!

    Glad that it helped. Feel free to let us know if you face any other issue. We’ll be happy to assist you.

    Thanks for using X.

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-1236129 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>