No matter where I put long text on our forms the text box goes below and cuts off anything below it
1 Like
Squarespace has a core code affect this. You can use this to Website Tools > Custom CSS (Squarespace) to fix it.
div.markdown-block textarea {
position: static !important;
}
1 Like
Do I put this CSS in elfsight or squarespace?
You can place it to Website Tools > Custom CSS in Squarespace.
1 Like