Toggle navigation
Webriti Support Forum
Categories
Discussions
Activity
Sign In
Home
›
WordPress Premium Themes
›
Quality
Blog Featured Image position and sizing
zdietzen
February 2016
in
Quality
What CSS is needed to center a blog posts featured image? Also is there a way to make the featured images all a uniform size?
Comments
akhilesh
February 2016
Hi
Let me clear one thing ,
On which page would you want to center the blog post image .
And to make all the image in uniform size for this add all featured image in same size .
Thanks
zdietzen
February 2016
When I am reading a post on my blog the featured image for that post is not centered.
You can go to www.zakdietzen.com/blog to see what I mean. The featured image for my post are left aligned and I would like it centered.
akhilesh
February 2016
Hi
For this add the below css code into
Appearance << Customizer << Header setting << Custom css box .
.qua_blog_post_img {
float: none;
width: 52%;
margin-left: 30%;
}
Let me know for further assistance .
Thanks
Akhilesh
zdietzen
February 2016
That was it! Thanks!
Now how can I make all the images a certain size so they are all evenly sized?
akhilesh
February 2016
Hi
To make all the image size same .
For this kindly upload all the blog featured image in same aspect ratio .
Thanks
akhilesh
March 2016
Hi
Did your issue resolve ?
Can I close this ticket .
Thanks
Akhilesh
Sign In
or
Register
to comment.
Comments
You can go to www.zakdietzen.com/blog to see what I mean. The featured image for my post are left aligned and I would like it centered.