right column problem

  • KLIPING2
  • Topic Author
  • Visitor
  • 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 ?
Attachments:

Please Log in to join the conversation.

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>

Please Log in to join the conversation.

  • KLIPING2
  • Topic Author
  • Visitor
  • 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>

Please Log in to join the conversation.

More
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
  • 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
Powered by Kunena Forum