News:

Looking for documentation? Take a look on our wiki

Main Menu

Fix VM2 Width to fit Joomla Template

Started by jkirsch, June 07, 2012, 19:09:49 PM

Previous topic - Next topic

jkirsch

Hello,

I need to edit VM2 width to fit my joomla template... when I set the number of products per line (example: 2 or 3), the last product displays on a new line...
URL: http://danpex.com.mx/index.php

Thank you

Jorge Kirsch

lumieres

If you use Mozilla Firefox... et an app called FireBug.  It allows you to examine your CSS and make adjustments to see their effects.

If I understand you correctly .. you can achieve the 3 per row (on the link you provided)  by reducing the right margin (Line 38  in the file ... /rt_mercado/css/demo-styles.css)

Or in the joomla.css file ..  reduce the column width from 33.33% down slightly.

or something similar.


jenkinhill

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

jkirsch

This reply solved the problem (inside those links)

If you have a rocket theme template, just do this.

add this to your template.css and clear your cache:
body div.floatleft {
float: left;
margin-left: 0px;
margin-right: 0px;}

Thanks for the help