Archived topic
Flex Grow Vertically
3 replies · Started by Sean on July 20, 2021
Hi. On my homepage (link to staging site in Private Info), I'm trying to get the white boxes in the Featured Events section to all be the same height, but this css is not working. I know this might be outside of the scope of support, but if not, could you take a quick look to see what I'm doing wrong/where flex-grow needs to be added? The different heights can be seen when the screen is 1500+px wide. Thank you.
.tribe-events-widget-events-list__event-row {
flex-grow: 1;
}
Hi Sean,
Can you try this?:
.tribe-common-g-row {
margin: 0 !important;
}
Note: This is a third-party plugin outside of the theme's scope. I'm unsure which is the best way to deal with this so I suggest contacting the plugin's support on what's their recommended way of doing this. :D
Thanks Elvin! I appreciate you taking the time to take a look and come up with this solution even though it's outside of the theme. I'll reach out to the plugin's support to see if they recommend this or if there's another way they suggest.
Best regards,
Sean
No problem. Glad to be of any help. :D