- Posts: 14116
- Thank you received: 1639
right column problem
-
KLIPING2
- Topic Author
- Visitor
11 years 1 month ago #34697
by KLIPING2
right column problem was created by KLIPING2
when there is an empty category, right column moves to the left...
example... empty category and full category
can you help me pleasse ?
example... empty category and full category
can you help me pleasse ?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
11 years 1 month ago #34703
by ivan.milic
Replied by ivan.milic on topic right column problem
In:
templates\hot_drug_store\html\com_virtuemart\category\default.php
around line ~246, change:
if ($iBrowseCol != 1) { ?>
<div class="clear"></div>
</div>
to:
if ($iBrowseCol != 1 || empty($this->products)) { ?>
<div class="clear"></div>
</div>
templates\hot_drug_store\html\com_virtuemart\category\default.php
around line ~246, change:
if ($iBrowseCol != 1) { ?>
<div class="clear"></div>
</div>
to:
if ($iBrowseCol != 1 || empty($this->products)) { ?>
<div class="clear"></div>
</div>
Please Log in to join the conversation.
-
KLIPING2
- Topic Author
- Visitor
11 years 1 month ago #34709
by KLIPING2
Replied by KLIPING2 on topic right column problem
I have the same problem...
look here
if ($iBrowseCol != 1 || empty($this->products)) { ?>
<div class="clear"></div>
</div>
if ($iBrowseCol != 1 || empty($this->products)) { ?>
<div class="clear"></div>
</div>
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 1 month ago #34719
by ivan.milic
Replied by ivan.milic on topic right column problem
Add </div> at very end of that file
Please Log in to join the conversation.
-
KLIPING2
- Topic Author
- Visitor
11 years 1 month ago #34727
by KLIPING2
Replied by KLIPING2 on topic right column problem
Ok, perfect... very thanks !!
Please Log in to join the conversation.
Time to create page: 0.171 seconds