VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: michael.zv on October 06, 2012, 22:25:22 PM

Title: Peoblem with Categories and Products layout - rtl site
Post by: michael.zv on October 06, 2012, 22:25:22 PM
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]
Title: Re: Peoblem with Categories and Products layout - rtl site
Post by: Letterhead on October 07, 2012, 18:21:21 PM
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.
Title: Re: Peoblem with Categories and Products layout - rtl site
Post by: gurinderdhiman on October 08, 2012, 08:09:28 AM
 i have the same problem please help
my site is http://securitysystemindia.com
with regrads
Title: Re: Peoblem with Categories and Products layout - rtl site
Post by: gurinderdhiman on October 08, 2012, 10:45:06 AM
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
Title: Re: Peoblem with Categories and Products layout - rtl site
Post by: michael.zv on October 12, 2012, 21:10:22 PM
what css exactly?
Title: Re: Peoblem with Categories and Products layout - rtl site
Post by: michael.zv on October 16, 2012, 22:20:56 PM
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