Hi franagan,
Pls open <blockquote>gustare/templates/ja_vintas/css/virtuemart.css</blockquote> , then replace lines
div.group-content div.vmgroup ul.vmproduct li {
background: url(../images/pattern-sep.png) no-repeat left bottom;
display: block;
margin: 0;
padding: 10px 0;
width: 100%;
}
with
div.group-content div.vmgroup ul.vmproduct li {
background: url(../images/pattern-sep.png) no-repeat left bottom;
display: block;
margin: 0;
padding: 10px 0;
width: 100%;
height: 60px; // This css element will make VM products on Mega menu fit with height !
}
>> Save, Clean T3 cache.
* Don’t forget to inform me your result.
Regards,
—
Leo