Support Forum

Please note that this forum is only available to you in read only mode. In order to contribute to this conversation you will need to renew your subscription.

Extra space at the bottom

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Hello

I have an extra space appearing in between the main content and the footer (container style), but no module published there. Where does it come from?

Thanks
  • gdep74's Avatar
  • gdep74
  • Previous Member
  • 42 posts
  • Karma: 0
The administrator has disabled public write access.
Hey there,

You'll need to check for any module published to any of the positions below there. Hard to say without a link. Can you post one?

Cheers,
Jason.
  • Jason D's Avatar
  • Jason D
  • 6 Month Developer
  • 2957 posts
  • 12 Thanks
  • Karma: 75
The administrator has disabled public write access.
Hello Jason!

Here is a link
  • gdep74's Avatar
  • gdep74
  • Previous Member
  • 42 posts
  • Karma: 0
The administrator has disabled public write access.
Same thing happens here with the top1 position for example
  • gdep74's Avatar
  • gdep74
  • Previous Member
  • 42 posts
  • Karma: 0
The administrator has disabled public write access.
It's getting bigger as the main content area is growing bigger....
Any idea?
Cheers!
  • gdep74's Avatar
  • gdep74
  • Previous Member
  • 42 posts
  • Karma: 0
Last Edit: 14 years 1 week ago by gdep74.
The administrator has disabled public write access.
Hey there

This seems to be an accumulation of paddings and margins from various blocks.

The main culprit seems to be the following style applied to the container bg
template_css.css on line 28
.containerBG {
display:inline;
float:left;
padding:30px 0;
width:100%;
}

if you rewrite the padding style as padding-top:30px;
That should remove that space for you.

Cheers,
Jason.
  • Jason D's Avatar
  • Jason D
  • 6 Month Developer
  • 2957 posts
  • 12 Thanks
  • Karma: 75
The administrator has disabled public write access.
It took some space off indeed. There is still a bit left, just checking right now.

Thanks Jason!
  • gdep74's Avatar
  • gdep74
  • Previous Member
  • 42 posts
  • Karma: 0
The administrator has disabled public write access.
Hey again,

Here are a couple more places you can remove the bottom margin to reduce the space.

template_css.css line 143
table {
font-size:1em;
margin:0 0 1.5em;
padding:0;
}

theme.css line 73
#mainContent {
margin-bottom:10px;
}

In the Menu Manager, for the home link, set the page title to hide.

That should get rid of that space for you.

Cheers,
Jason.
  • Jason D's Avatar
  • Jason D
  • 6 Month Developer
  • 2957 posts
  • 12 Thanks
  • Karma: 75
The administrator has disabled public write access.

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers