Tagged: content, content slider
I need a certain area of text to “scroll” not left to right but with a visual scroll bar on the right side to allow the user to scroll down within a section.
visit: http://boldtranquility.com/boldtranquility/about/
the section entitled BOLD Tranquility Story there is a section of text on the right. right now I’m using a content slider becuase that is the only choice i can find. but what i need is the text to actually scroll down at a certain point.
it that can’t be done then I need the navigation buttons to be at tthe BOTTOM of the content slider not at the top. (this is only a last resort)
Hey boldtranquility!
Please turn on custom CSS field for elements firstly, please see – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Then give a unique class to your text block element, in example, it will be scrolling. Then add following code to Quick CSS and adjust as needed
div.avia_textblock.scrolling {
height: 340px;
overflow: hidden;
overflow-y: visible;
}
Regards,
Yigit
thank you thank you thank you!