Home › Forums › Basel support forum › "hover box" image in vc is cropped › Reply To: "hover box" image in vc is cropped
October 18, 2017 at 11:46 am
#21998
Artem Temos
Keymaster
You can use the following CSS code to increase its height
.vc-hoverbox-inner {
min-height:350px!important;
}