VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: advergroup on November 24, 2015, 08:40:46 AM

Title: Virtuemart 3.0 issues with Categories Children- want 3 per row
Post by: advergroup on November 24, 2015, 08:40:46 AM
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?
Title: Re: Virtuemart 3.0 issues with Categories Children- want 3 per row
Post by: jenkinhill on November 24, 2015, 10:30:32 AM
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%;
}
Title: Re: Virtuemart 3.0 issues with Categories Children- want 3 per row
Post by: Studio 42 on November 24, 2015, 21:39:38 PM
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