- This topic has 4 replies, 2 voices, and was last updated 6 years, 8 months ago by .
Viewing 4 reply threads
Viewing 4 reply threads
- You must be logged in to reply to this topic.
Home › Forums › Um Profiler › Equal Height Columns?
Tagged: equal height columns
Hi,
I was wondering if anyone could direct me on how to make the columns in the member directory using Profiler Template/Style 9 equal heights?
Not sure where I would change the divs etc to use flexbox or display:table css.
Thanks in advance.
Pete
Hi Pete,
Please share a url and I Will have a look first.
Mike
Mike,
Shoot, it’s on my local server. I could send you a screenshot.
I am just not sure which <div>’s to customize either using flexbox:
.col-container {
display: flex;
width: 100%;
}
.col {
flex: 1;
padding: 16px;
}
or
.col-container {
display: table; /* Make the container element behave like a table */
width: 100%; /* Set full-width to expand the whole page */
}
.col {
display: table-cell; /* Make elements inside the container behave like table cells */
}
Thanks
Here’s a screenshot
Hi Pete,
Sorry form my late response, I had a kidney stone emergency.
It’s a bit hard without a live example because as you know we also have to fiddle with the css via Firefox. Before I can say that’s the one.
But when I look at your screenshot, It will not be a solution I think. If you make all boxes the same height with custom css. It will look like cra…. If you click on the arrow it will slide down and all your other cards will be over the place. I don’t think this will work out, better make sure the content is consistent.
Happy Saturday,
Mike