Home › Community Forums › Epik Theme Support › Images in body container not responsive on browser shrink › Reply To: Images in body container not responsive on browser shrink
December 28, 2013 at 10:57 pm
#9675

Moderator
I haven’t seen that happen before, so I’m wondering if there is something else interfering with the way it shows up. You can add this code to your css and it should fix it –
.wp-caption {
width: 100% !important;
}