Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1364895

    I am trying to set up a textbox to have a scroll function on it so as to be able to limit its size (height) but cannot figure out how to do this, if it is possible?

    #1364910

    Hi,

    Thanks for contacting us!

    Please edit your Text Block element and give it a custom CSS class (“your-custom-class” in example below) in Advanced > Developer Settings tab and then add following code to Enfold theme options > General Styling > Quick CSS

    
    .your-custom-class {
        overflow-y: scroll;
        height: 100px;
    }
    

    Best regards,
    Yigit

    #1364916
    This reply has been marked as private.
    #1364918

    Hi,

    You are welcome! :)

    For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/

    If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)

    Enjoy the rest of your day!

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to limit size of text boxes’ is closed to new replies.