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.

fixed grid height

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

Hi out there!

screen.jpg


I would like to have the same height / lenght of all four grids and get rid of the white space underneath the template

www.parkservice-flughafen-duesseldorf.de/de/

What would I add to css?

best sebbie
  • Sebbie's Avatar
  • Sebbie
  • 12 Month Developer
  • 131 posts
  • 6 Thanks
  • Karma: 4
The administrator has disabled public write access.
Hi Sebbie,

CSS wise you'd be looking at a min-height value either for the column as a whole or the text or image section

If the text amount is going be varied then the column css would be the best option

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

min height for column 17 - 20 would be the option

mayby you can help me with the css...
  • Sebbie's Avatar
  • Sebbie
  • 12 Month Developer
  • 131 posts
  • 6 Thanks
  • Karma: 4
The administrator has disabled public write access.
Well you could do it like that or target the wrap

Largely it would depend if you were using this wrap on other parts of the site -

my preference would be

#grid5wrap .custom {min-height: 510px;}
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
If you are using the positions elsewhere on the site you would need to add a module class to each module and target them using that together with the wrap id

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Also you may want to adjust using media queries for different break points depending on your requirements
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Hi Paulus

works as expected

thx again!

best sebbie
  • Sebbie's Avatar
  • Sebbie
  • 12 Month Developer
  • 131 posts
  • 6 Thanks
  • Karma: 4
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