forums › forums › Circle Flip Support › Featured Image always showed at the top of the post › Reply To: Featured Image always showed at the top of the post
October 24, 2017 at 4:19 pm
#11728
Mohamed,
text-align: center; does not work for me. I tried it first myself.
I searched on internet and after few tries I managed to center the image with the following CSS
.blog .postImage img {/*Show the original image*/
width: auto;
display: block;
margin-left: auto;
margin-right: auto;
}
Alex