Reply To: Images in body container not responsive on browser shrink

Homepage 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

#9675
Wes
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;
    }