Tagged: enfold
Hope you will have a great Xmas vacation.Dear Team, I need your help..
I wanna develop fixed height 02 columns. Could you please help me to do that ?
Screen shot link : https://snag.gy/oY8GvA.jpg
Hey DDSameera,
We will need to inspect the elements in question in order to give you accurate CSS, please post a link to where we can see them.
Best regards,
Rikard
Its local host web site. You can get an idea of this
Hi,
Did you try to use the Equal Height Columns for the column?
Best regards,
Rikard
Hi,
Thanks for the links, unfortunately they look equal height to me, can you please explain what I’m missing.
Best regards,
Mike
Compare it with
Hi,
On one page they are 414px high while the other page they are 444px high.
Sorry the equal height element is meant to make two columns the same height on one page, not match all of the columns on different pages.
You should be able to achieve this by setting a max-height for the columns on the site. I recommend adding a custom class to the columns on all pages & write your max-height to match the smallest column set of all the pages:
.custom_class {
height: 414px !important;
max-height: 414px !important;
}
Please let us know if this helps.
Best regards,
Mike
could you please provide me exact location ?
Eg :
.responsive .container {
max-width: 1310px;
}
or something.