Re: Home and Interior page sizes

  • philn
    Inactive member
  • New Member
  • New Member
More
12 years 5 months ago #19526 by philn
Thanks Ivan. Is there a way to set different lengths for interior pages because some pages are longer than others.
Thanks
Phil

Please Log in to join the conversation.

More
12 years 5 months ago #19530 by ivan.milic
here is better fix. In layout.css add this at bottom:

DIV.clr{
clear:both;
}

Please Log in to join the conversation.

  • philn
    Inactive member
  • New Member
  • New Member
More
12 years 5 months ago #19531 by philn
Thanks Ivan, That worked perfectly.

Please Log in to join the conversation.

More
12 years 5 months ago #19554 by baseman469
How do I adjust the content area on the pages? The fix you gave corrected the issue with the menu size but the content area of the page is showing up smaller and not extending with the articles bumptouch.org/index.php?option=com_conte...cle&id=84&Itemid=558

Please Log in to join the conversation.

More
12 years 5 months ago - 12 years 5 months ago #19557 by ivan.milic
open index.php of template and add one more <div class="clr"></div>

after

<div class="main_area" >
...
</div>
<div class="clr"></div>
Last edit: 12 years 5 months ago by ivan.milic.

Please Log in to join the conversation.

More
12 years 5 months ago #19558 by baseman469
That didnt help,

<div class="<?php $menu = JSite::getMenu(); if ($menu->getActive() == $menu->getDefault()) { echo "not_"; } ?>main_area">
<?php if ($showleft) { ?>
<div class="column_left">
<div class="column_left_pad">
<jdoc:include type="modules" name="left" style="xhtml" />
</div>
</div>
<div class="clr">,/div>

Is there anyway to edit this issue in the CSS files?

Please Log in to join the conversation.

Time to create page: 0.202 seconds
Powered by Kunena Forum