News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

Peoblem with Categories and Products layout - rtl site

Started by michael.zv, October 06, 2012, 22:25:22 PM

Previous topic - Next topic

michael.zv

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]

Letterhead

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.

gurinderdhiman


gurinderdhiman

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


michael.zv

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