Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS OrganicTabs – how to define specific height? Re: OrganicTabs – how to define specific height?

#93969
Mottie
Member

Hiya!

Actually it’s easier than it appears. All you need to do is set the height of each UL inside of the list-wrap to be the same height – here is the demo, and the extra css needed:

#example-one .list-wrap ul { height: 320px; }

Just change the ID (#example-one) to match your organic tabs wrapper.