Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #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?

    #514558

    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

    #514661

    Here

    #514931

    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

    #515714

    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.

    #515788

    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

    #515808

    I’d tried something like that, but both columns get the size of the highest.

    #515816

    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

    #515951

    I did just this.
    You can try login again

    #516308

    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

    • This reply was modified 9 years, 1 month ago by Andy.
    #516310

    User account changed to admin.

    The code don’t works. :(

    #516330

    Hey!

    use this in your Quick CSS field:

    .overscroll-column {
    overscroll: scroll;
    height: 340px;
    }
    

    Best regards,
    Andy

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Column content with 100% available height’ is closed to new replies.