Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #251195

    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)

    • This topic was modified 10 years ago by boldtranquility. Reason: forgot link
    #251230

    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

    #251262

    thank you thank you thank you!

    #251267

    Hi!

    You are welcome, glad we could help!

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Need section of text to scroll’ is closed to new replies.