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.

Need less space under banner

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

Dear JoomlaBamboo,

I have a banner in the banner position and text in the main content area with Date Place time etc in a box in the sidebar.

The page is here:
wnyfiberartsfestival.org/

How can I make so that there is less space between the banner and the rest of the content below it?
Thanks for you help.

Elizabeth
  • Elizabeth Wallace's Avatar
  • Elizabeth Wallace
  • 12 Month basic
  • 404 posts
  • Karma: 0
The administrator has disabled public write access.
Hi Elizabeth,

#banner p {margin:0;}

for starters
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
#bannerwrap .moduletable {margin-bottom:0;}

as another nibble of space removed
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
#bannerwrap .zen-spotlight {padding-bottom:0;}

will slice off a bit more
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
for an even thinner slice of space removed

#banner p {margin:0;line-height:1em}

adding line-height:1em to the first style
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
So I'd add these styles incrementally to your custom.css file

more space can be removed but it gets more complicated after this

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
thanks Paul will try these. Thank you.
  • Elizabeth Wallace's Avatar
  • Elizabeth Wallace
  • 12 Month basic
  • 404 posts
  • Karma: 0
The administrator has disabled public write access.
You're welcome

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.

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

Happy Campers