-
AuthorPosts
-
October 6, 2015 at 10:21 am #514254
Hi
I’m created a page with two columns. The left column contains a slide and the right column a text description. I would use a scroll bar on the rigth column in order to equals both columns heigths.
I’d tried with this https://kriesi.at/support/topic/need-section-of-text-to-scroll/ but I need a column that use 100% available height.
Any idea?October 6, 2015 at 4:38 pm #514558Hi alnalu!
Hmm, not sure if that will be possible. Go ahead and send us a link to your page so we can see what you have setup currently.
Cheers!
ElliottOctober 6, 2015 at 6:19 pm #514661Here
October 7, 2015 at 6:49 am #514931Hi!
Please edit the first column in the row then look for the “Equal Height Columns”. Set it to the second option (Equal Height).
Cheers!
IsmaelOctober 8, 2015 at 12:08 pm #515714I’m do it.
But doesn’t shows the scroll bar on the second column. I need the second column get the height of the firstone and has a scroll bar when need it.October 8, 2015 at 1:59 pm #515788Hi!
can you provide us admin access please? so we can get a deeper look into it. Maybe it could be possible by adding “overflow: scroll;” to the column in question. Post login details here as private reply.
Regards,
AndyOctober 8, 2015 at 2:21 pm #515808I’d tried something like that, but both columns get the size of the highest.
October 8, 2015 at 2:36 pm #515816Hi!
Login credentials are not working for me.
Please turn on custom CSS field for ALB elements – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and give your column a custom class and then add following code to Quick CSS.your-custom-class { height: 340px; overflow: hidden; overflow-y: visible; }Regards,
YigitOctober 8, 2015 at 4:32 pm #515951I did just this.
You can try login againOctober 9, 2015 at 11:15 am #516308Hey!
Did Yigit’s code work for you?
we need admin access, but the account you have provided us ist just a normal user account. Let us know when we can access your backend as admin.Cheers!
Andy-
This reply was modified 10 years, 1 month ago by
Andy.
October 9, 2015 at 11:21 am #516310User account changed to admin.
The code don’t works. :(
October 9, 2015 at 11:56 am #516330Hey!
use this in your Quick CSS field:
.overscroll-column { overscroll: scroll; height: 340px; }Best regards,
Andy -
This reply was modified 10 years, 1 month ago by
-
AuthorPosts
- The topic ‘Column content with 100% available height’ is closed to new replies.
