First of all I am using joomla 2.5.6 with virutemart 2.0.10.
I have two problems with the alignment:
the first one is the alignment of the categories. The categories are ordered - vertical instead horizonatal.
The second problem is that the products ordered from left to right instead right to left.
How can I solve those problem?
I am also add a photo.
TNX
[attachment cleanup by admin]
Hi, without appearing rude by sending you elsewhere, may i ask if you have visited http://www.virtuemart.co.il/forum
These guys might be able to point you in the right direction, i hope this helps.
i have the same problem please help
my site is http://securitysystemindia.com
with regrads
hi
i have added following code at the end of my css
.row .width33{text-align: center; float: left;}
and it works for me, may work for you too
what css exactly?
I resolved my problem !!! In default php file on
components\com_virtuemart\views\category\tmpl\default.php
I put insead
// Show Products ?>
<div class="product floatright<?php echo $Browsecellwidth . $show_vertical_separator ?>">
<div class="spacer">
<div class="width30 floatleft center">
------->> <div class="width30 floatright center">
TNX