VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: batisteli on December 12, 2012, 23:02:31 PM

Title: Change layout for front page Featured Products
Post by: batisteli on December 12, 2012, 23:02:31 PM
As i wanted use right sidebar in front page and to minimize the tightening of the images, i had to modify the proportion of distribution of featured products.
To do this i modified the following value

width33{width:33%;} to width33{width:49%;} in /components/com_virtuemart/assets/css/vm-site-ltr.css.

The result is that the first line works fine but not the others as can be seen here: http://lojadasoja.cloudaccess.net

I have tested all possibilities in VM / configuration / templates unsuccessfully

Someone can giving some information in how to fix this?
Title: Re: Change layout for front page Featured Products
Post by: bytelord on December 14, 2012, 11:43:56 AM
Hi,

No access to your url you provide ... But create an override CSS file for your VM2 CSS cause may be all this been overridden by your joomla template.

Use firebug to examine you site code and css styling: https://forum.virtuemart.net/index.php?topic=102850.0

Template Overrides:
Creating Template overrides: https://forum.virtuemart.net/index.php?topic=98505.0
Template System: https://dev.virtuemart.net/projects/virtuemart/wiki/Hints_for_the_use_of_the_template_system

Regards