Centre Featured image and title on blog posts
-
Hi there, ]I have been trying to centre my featured image and title on a blog post on my website https://www.thedietconsultant.com which is a salient theme.
I added this to the CSS custom box, as per another forum post, but it didn’t do anything. Do I need to place it somewhere specifically in the box? Thanks.
/* center Featured image */
.single .featured-image img {
display: block;
margin: 0 auto;
}
/* center Page Header */
.entry-header .entry-title {
text-align: center;
}
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Centre Featured image and title on blog posts’ is closed to new replies.