Custom CSS for column with fixed height that’s scrollable
-
Hello! I’m trying to edit the CSS for the right hand column on the home page (News & Updates). I’d like it to have a fixed height and have a scroll bar.
I assigned the column the following class: scroll
My CSS at this point is:
.scroll .fusion-column-wrapper {
height: 700px;
overflow-y: scroll;
}I’ve tried using max-height (instead of height) in both pixels and vh.
I’m using the Avada theme – when I reached out to them for support they said that achieving this would involve custom CSS.
Any help would be truly appreciated!
The page I need help with: [log in to see the link]
The topic ‘Custom CSS for column with fixed height that’s scrollable’ is closed to new replies.