Home › Forums › Pro Support › Images problem in Firefox › Reply To: Images problem in Firefox
September 13, 2016 at 11:25 pm
#745
Participant
I fixed it with:
.wp-show-posts-columns .featured-column .wp-show-posts-image {
width: 466px;
height: 262px;
}
for featured post image, and:
.wp-show-posts-columns .wp-show-posts-image {
width: 219px;
height: 123px;
}
for other post images. 🙂