I want my Categories with Children to show 3 in a ROW.
Here is current site in development. http://advergroup.com/development/MEDSTORE/products/stethoscope-littmann-3m
Any advice?
You should use Firebug to work out issues like this. http://forum.virtuemart.net/index.php?topic=116620.0
The problem is in your template css:
.category {
width: 100%;
}
Hi,
If you need a better render on mobile, add a CSS media query.
see http://www.w3schools.com/css/css_rwd_mediaqueries.asp for eg.
Regards,
Patrick