Tagged: enfold
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?
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
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