Tagged: image captions
BUMP – Is there any way to resize images in a captions box??
Hi,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:1600px) and (min-width:768px) {
#top.home .no_margin.av_one_fourth {
min-width: 321px;
display: block;
float: left;
}
}
Hope this helps.
Best regards,
Nikko