Skip Navigation

[Resolved] Min-height on inner container content

This support ticket is created 3 years, 8 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Karachi (GMT+05:00)

This topic contains 1 reply, has 2 voices.

Last updated by Waqar 3 years, 8 months ago.

Assisted by: Waqar.

Author
Posts
#1687563
min-height.png

I was going to just add a feature request but can't add a photo there so just submitting this here, I have a work around so I don't actually need help just submitting as a feature request.

Say you have 2 containers inside columns like my image, you may want them to be the same height. the way to do this would be to make the inner content of the container to height or "min-height: 100%" however % is NOT an option on the inner container min-height selector. Seams like an easy add.

#1688343

Waqar
Supporter

Languages: English (English )

Timezone: Asia/Karachi (GMT+05:00)

Hi Nicholas,

Thank you for bringing this forward and your observation is correct.

Currently, there is no built-in option available to make the grid loop items show in equal heights and it requires some custom CSS, for example:


.tb-grid .tb-grid-column,
.tb-grid .tb-grid-column .wpv-block-loop-item {
    height: 100%;
}

This has come up a couple of times now and we already have an internal ticket to improve this, in future releases.
( I've added your voice to that ticket too )

We appreciate your feedback and suggestions as they help us improve in the right direction.

regards,
Waqar

This ticket is now closed. If you're a WPML client and need related help, please open a new support ticket.