right column problem

  • KLIPING2
  • Topic Author
  • New Member
  • New Member
More
11 years 3 months 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 3 months 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
  • New Member
  • New Member
More
11 years 3 months 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 3 months 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
  • New Member
  • New Member
More
11 years 3 months 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.192 seconds
Powered by Kunena Forum