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?
Hi 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!
Elliott
Here
Hi!
Please edit the first column in the row then look for the “Equal Height Columns”. Set it to the second option (Equal Height).
Cheers!
Ismael
I’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.
Hi!
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,
Andy
I’d tried something like that, but both columns get the size of the highest.
Hi!
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,
Yigit
I did just this.
You can try login again
Hey!
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
User account changed to admin.
The code don’t works. :(
Hey!
use this in your Quick CSS field:
.overscroll-column {
overscroll: scroll;
height: 340px;
}
Best regards,
Andy