Hi,
I have a question. At the bottom of this page I have a tab in which there are dictionary entries that are related to the key word that had been searched.
http://dictionary.cambridge.org/dictionary/english/avant-garde#translations – ( there is browse label on the left and some scrolled words a bit on the right.
My question how this thing can be done in enfold, I would be grateful for guidance.
Thanks a lot
Tom
Hey TomaszCwil,
If you like to have a scrollable list please enable custom css class name support http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Add 1/4 and 3/4 column.
Give a custom css class name “custom-height” to 3/4 column.
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.custom-height {
max-height: 200px;
overflow: auto;
}
Add your list items in 3/4 column.
Best regards,
Vinay