- Posts: 19
- Thank you received: 0
Re: Home and Interior page sizes
-
philn
Inactive member - New Member
Less
More
12 years 5 months ago #19526
by philn
Replied by philn on topic Re: Home and Interior page sizes
Thanks Ivan. Is there a way to set different lengths for interior pages because some pages are longer than others.
Thanks
Phil
Thanks
Phil
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 5 months ago #19530
by ivan.milic
Replied by ivan.milic on topic Re: Home and Interior page sizes
here is better fix. In layout.css add this at bottom:
DIV.clr{
clear:both;
}
DIV.clr{
clear:both;
}
Please Log in to join the conversation.
-
philn
Inactive member - New Member
Less
More
- Posts: 19
- Thank you received: 0
12 years 5 months ago #19531
by philn
Replied by philn on topic Re: Home and Interior page sizes
Thanks Ivan, That worked perfectly.
Please Log in to join the conversation.
-
baseman469
Inactive member - Topic Author
- New Member
Less
More
- Posts: 13
- Thank you received: 0
12 years 5 months ago #19554
by baseman469
Replied by baseman469 on topic Re: Home and Interior page sizes
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.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 5 months ago - 12 years 5 months ago #19557
by ivan.milic
Replied by ivan.milic on topic Re: Home and Interior page sizes
open index.php of template and add one more <div class="clr"></div>
after
<div class="main_area" >
...
</div>
<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.
-
baseman469
Inactive member - Topic Author
- New Member
Less
More
- Posts: 13
- Thank you received: 0
12 years 5 months ago #19558
by baseman469
Replied by baseman469 on topic Re: Home and Interior page sizes
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?
<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