News:

Support the VirtueMart project and become a member

Main Menu

Product layout changed from 2.6.x

Started by blondie63, December 05, 2014, 18:12:46 PM

Previous topic - Next topic

blondie63

I'm using latest v3.0.2 and i've found a little issue with default template
I've attached a screenshot

You can see that the boxes are different sizes, not very nice..

How can i fix it?

Thanks for help

[attachment cleanup by admin]
Blondie - www.catalogo.mobi

Currently using VM3.6.10 on Joomla 3.9.15 PHP 7.3

jenkinhill

That's the result of landscape vs portrait thumbs. Likely fix is to add a minimum height to .vm-product-media-container equal or slightly greater than your portrait image maximum height.

Firebug would privide help.  http://forum.virtuemart.net/index.php?topic=116620.0
Kelvyn
Lowestoft, Suffolk, UK

Retired from forum life November 2023

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum

blondie63

Thanks very much, i've fixed it adding this "min-height: 100px;"  :)

Is there a way to avoid the render of empty containers?
for example, i'm using virtuemart as catalog and i don't need price and add to cart but i see empty row..

thanks
Blondie - www.catalogo.mobi

Currently using VM3.6.10 on Joomla 3.9.15 PHP 7.3

jenkinhill

You can do that with template overrides to remove the divs, or display:none; in css
Kelvyn
Lowestoft, Suffolk, UK

Retired from forum life November 2023

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum