Scrollable "About page"

Support Forums Azul – WP Plugin Scrollable "About page"

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #5563
    Fredrik
    Participant

    Hi.

    We have filled the “About section” with so much text that it needs to be scrollable. On mobile devices the scroll works fine, but on a computer browser it will not scroll.

    What could possible be wrong?

    The page is http://www.extecupen.se

    Cheers.

    #5564
    CreaboxThemes
    Keymaster

    Hi,

    add the next code to the option Custom CSS in the page Azul Plugin > Main Options:

    .about-text{
        overflow: scroll;
        height: 400px;
    }

    You need to give it a height to get the scroll works fine.

    Regards

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.