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.

reduce space between container

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

reduce-height-main-menu.jpg

Hi Bamboo's

long time no hear!

But fortunately I regularily come around with new pages!

www.parkservice-flughafen-duesseldorf.de/de

Actual question: How can I reduce the height of the mainmenu and the space between content and grids as shown in the attached picture



all the best

sebbie
  • Sebbie's Avatar
  • Sebbie
  • 12 Month Developer
  • 131 posts
  • 6 Thanks
  • Karma: 4
Last Edit: 9 years 3 months ago by Sebbie.
The administrator has disabled public write access.
Hi Sebbie,

The content area / grids is this value

#midCol {
margin-bottom: 30px;
}

Yoy may want to use one of the unique body classes to target only the home page
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Menu wise slightly more complex

#menu {min-height: 65px;}

and

#menu ul>li {
line-height: 42.5px;
}

You will need to work with both these lines of css to change the height

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