Site logo

[Resolved] Flex Grow Vertically

Home Forums Support [Resolved] Flex Grow Vertically

Home Forums Support Flex Grow Vertically

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1863816
    Sean

    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;
    }
    #1863869
    Elvin
    Staff
    Customer Support

    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. 😀

    #1864527
    Sean

    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

    #1865601
    Elvin
    Staff
    Customer Support

    No problem. Glad to be of any help. 😀

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.