Center Blog post title and meta + blog overview question
-
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)
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.