• I’ve tried centering the post title and meta as the design of the KALE theme is centered as well, so having data centered on the left bugs me.

    I have tried the following;

    go to Appearance → Customize → Additional CSS and add the following css:

    .blog .blog-feed-posts
     > .row > .col-md-6 {
        width: 100%;
        text-align: center;
    }
    
    .blog .entry-content img {
        margin: 0 auto;
    }
    
    .blog .blog-feed > h2 {
        text-align: center;
    }

    It seems like whatever I try in my custom CSS bar, it doesn’t seem to have effect. (example page from my blog https://saskiavolders.be/2017/05/01/2-years-of-infinity/)

    I would also love to have the ability to see my blog presented in 1 full post at a time without the side bar (and not the three tiled summary of blog posts). Even Kale pro doesn’t seem to give me that option??

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi there,

    Thank you for getting in touch with us.

    Please try this css:

    .single .entry-title, .single .entry-header {
        text-align: center;
    }

    Thank you for your time in this.

    Best regards

    Thread Starter SaskiaVolders

    (@saskiavolders)

    This worked for my first question, thank you so much. Is it also possible to view the blog feed one post at a time instead of the 3 row overview? Kale pro says that it’s not possible to do without adding the sidebar (which i don’t want)
    https://saskiavolders.be/journal/ so this is the tiled overview. I want A row with the featured image the full post

    Thanks again!!!

    Hi there,

    Unfortunately the only way to do it is by changing theme files.
    We can help you customize the theme to do that: https://www.lyrathemes.com/customization/

    Feel free to reach out if you need anything.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Center Blog post title and meta + blog overview question’ is closed to new replies.