• Resolved tapiwaz

    (@tapiwaz)


    Hi. Is there a way of centering the featured image on posts. Images are currently left aligned. This would be a nice feature to have, if it’s not there already.

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author exstheme

    (@exstheme)

    Hello, dear @tapiwaz !
    There is no option to center your image, but there is option to make it 100% width:

    https://i.imgur.com/UGelqca.png

    But you can try to center your image with a super small CSS snippet that you can add into your Cusotmizer -> Additional CSS section:

    
    .post-thumbnail {
      text-align: center;
    }
    

    You can also change your post thumbnail image size for blog here:

    https://i.imgur.com/Q4uyGCg.png

    Hope this helps.

    Best regards!

    Thread Starter tapiwaz

    (@tapiwaz)

    cool. thanks. The code was exactly what I was looking for.

    Theme Author exstheme

    (@exstheme)

    We have added a new Customizer option to center post thumbnails in the ‘ExS Theme Options’ -> ‘Theme Layout’ section.
    New option will be available in the very next theme’s update.

    https://i.imgur.com/VZqQdLM.png

    Best regards!

    Thread Starter tapiwaz

    (@tapiwaz)

    That’s good to hear. Hey, here is another idea; could the update also include color options for the back to top button. At the moments it’s so white it’s virtually invisible. I have only just noticed it. Didn’t even know it was there all along. So, it it could be light grey or some other color, that would be great.

    Theme Author exstheme

    (@exstheme)

    Hello, dear @tapiwaz !

    We have added ‘To Top’ button styles in the Customizer – ExS Theme Options – Theme Buttons section. Please check them:

    https://i.imgur.com/iAbC2o7.png

    Best regards!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Center featured image’ is closed to new replies.