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.

center module content vertically?

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

What is the best way to vertically center a module's content within a Section like #logowrap when 2 modules are in the same position like Search?

ScreenShot2014-07-03at10.30.28AM.png



Site underconstruction: 108.163.203.210/~cdc
  • ODiN Mayland's Avatar
  • ODiN Mayland
  • LIfetime Developer - Big Bamboo
  • 818 posts
  • 10 Thanks
  • Karma: 8
Last Edit: 9 years 10 months ago by ODiN Mayland.
The administrator has disabled public write access.
I keep meaning to try this

zerosixthree.se/vertical-align-anything-with-just-3-lines-of-css/
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
LOL. I already tried that but I don't know how to apply it to the module.

.verticalcenter {
position: relative;
top: 50%;
transform: translateY(-50%);
}
  • ODiN Mayland's Avatar
  • ODiN Mayland
  • LIfetime Developer - Big Bamboo
  • 818 posts
  • 10 Thanks
  • Karma: 8
The administrator has disabled public write access.
The only way so far is to give the container a height, which seems to defeat the purpose of trying to dynamically vertical center something.

.verticalcenter {
position: relative;
top: 50%;
transform: translateY(-50%);
}

.headerCTA .custom{
height:50px;
}
  • ODiN Mayland's Avatar
  • ODiN Mayland
  • LIfetime Developer - Big Bamboo
  • 818 posts
  • 10 Thanks
  • Karma: 8
The administrator has disabled public write access.
Have a link for the site?

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
108.163.203.210/~cdc
  • ODiN Mayland's Avatar
  • ODiN Mayland
  • LIfetime Developer - Big Bamboo
  • 818 posts
  • 10 Thanks
  • Karma: 8
The administrator has disabled public write access.
Yeah I hit the same problem - rats
  • 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