Tagged: column height
Hi,
I’m using CSS to target the page and column to colour each individually. Each column also has text content of varying length which gives the height of the column.
Is there a way to equalise the heights of 1/3rd columns so that when the background of each is coloured, they appear to be the same height regardless of their content?
Great theme by the way!
Thanks
Hey nokostudio!
Glad you liked the theme!
Can you post a screenshot and link to your website?
Cheers!
Yigit
Hey!
Yes with some custom CSS code it is possible but we need to see your website for that. Can you also post the link to your website? :)
P.S.: It would be better if you had this columns inside a Color Section element with a custom ID ( http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png )
Regards,
Yigit
Hey!
Logged in but seems like we need a temporary admin login “Access to the admin area blocked” :)
Cheers!
Yigit
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.page-id-3207 #av_section_3 .avia_textblock {
min-height: 370px;
}
Best regards,
Yigit
Hi Yigit, that’s done the job.
Thanks very much, have a great day!