Achieving Fixed Height And Scrollable Column
-
I am using VC page builder that doesn’t support what I want to to, but another page builder (beaver) supports it, so I guess it’s just about knowing the difference.
I want to insert a row inside a Section.
I want the row to have a fixed height (not more than 80% of mobile phone screen height). But I want to place a very long article inside it.So this means the row will be scrollable so that visitors will have to scroll that area in order to read what is contained inside.
This css worked with beaver,
.scrollable-col .fl-col-content {
max-height: 80%;
overflow-x: scroll;
}
(.scrollable-col) is the ID)Can someone please translate it for me to work with VC builder ?
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘Achieving Fixed Height And Scrollable Column’ is closed to new replies.