• Hello

    I would like all blog post images to be the same size and also have the text centered for the blog post titles, and on pages and also in the actual blog.

    Does anyone know the CSS for this?

    Thanks

    aworkinghand

Viewing 1 replies (of 1 total)
  • Hi there,

    The best way to have the same size for all post images is keep consistent image size. Default image size on demo is 1200x800px

    In order to center post title on blog and single page please add the following css:

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

    I hope that helps.

    Best,
    Jarek
    Kale Support

Viewing 1 replies (of 1 total)
  • The topic ‘Posts image size and text centering’ is closed to new replies.