- Posts: 23
- Thank you received: 0
right-to-left Layout of products in category page
-
Effect
Inactive member - Topic Author
- Member
Less
More
10 years 4 months ago #40660
by Effect
right-to-left Layout of products in category page was created by Effect
Hi,
I'm building a website using hot ecommerce.
The website is right-to-left (Hebrew).
The problem is that on a category page, the products (or categories) are aligned to the left.
For example If i have 5 products in a 3 in a row configurations. The second row will show 2 products aligned to the left instead of to the right.
Is there an easy fix for this in the code somewhere?
I'm building a website using hot ecommerce.
The website is right-to-left (Hebrew).
The problem is that on a category page, the products (or categories) are aligned to the left.
For example If i have 5 products in a 3 in a row configurations. The second row will show 2 products aligned to the left instead of to the right.
Is there an easy fix for this in the code somewhere?
Please Log in to join the conversation.
-
Effect
Inactive member - Topic Author
- Member
Less
More
- Posts: 23
- Thank you received: 0
10 years 4 months ago #40676
by Effect
Replied by Effect on topic right-to-left Layout of products in category page
I managed to fix the product display problem by editing /public_html/templates/hot_ecommerce/html/com_virtuemart/category/default.php
I changed line 207 from:
<div class="product floatleft<?php echo $Browsecellwidth . $show_vertical_separator ?>">
to:
<div class="product floatright<?php echo $Browsecellwidth . $show_vertical_separator ?>">
But that didn't solve the categories display, any ideas?
I changed line 207 from:
<div class="product floatleft<?php echo $Browsecellwidth . $show_vertical_separator ?>">
to:
<div class="product floatright<?php echo $Browsecellwidth . $show_vertical_separator ?>">
But that didn't solve the categories display, any ideas?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 4 months ago #40683
by ivan.milic
Replied by ivan.milic on topic right-to-left Layout of products in category page
Send link so we could see
Please Log in to join the conversation.
-
Effect
Inactive member - Topic Author
- Member
Less
More
- Posts: 23
- Thank you received: 0
10 years 4 months ago #40692
by Effect
Replied by Effect on topic right-to-left Layout of products in category page
bear in mind, this is in hebrew:
effect.co.il/index.php/midi-and-recordings/software
effect.co.il/index.php/midi-and-recordings/software
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 4 months ago #40698
by ivan.milic
Replied by ivan.milic on topic right-to-left Layout of products in category page
Add this to template_css.css:
.category-view .row .category .spacer h2 a {
text-align: right;
}
.category-view .row .category .spacer h2 a {
text-align: right;
}
Please Log in to join the conversation.
Time to create page: 0.148 seconds