Any way to limit size of text block and have scroll bar?
Thx
C
Hey Clifford,
To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
Best regards,
John Torvik
cliffordnovey.com
Hi,
Please try the following in Quick CSS under Enfold->General Styling:
.av_textblock_section {
max-height: 100px;
overflow: scroll;
}
Best regards,
Rikard
Cool thanks very much!