When I use a special field in my products then I can only get 5 options.
If I use 6 or more options then a search field gets in and makes sure that you can't see any of the options again.
How can I solve this?
Check this page to see it: http://funtasy.be/v5/nl/shop/animaties/basis-animaties/ballonplooien-detail.html
I have VirtueMart 3.0.10 and Joomla! 3.4.5
add float:left to
.chzn-container .chzn-results {
float: left;
margin: 0 4px 4px 0;
max-height: 240px;
overflow-x: hidden;
overflow-y: auto;
padding: 0 0 0 4px;
position: relative;
}
Thanks,
It's fixed.