Skip to:
Content
Pages
Categories
Search
Top
Bottom

[Resolved] Member Directory: Set Fixed Height and Enable Scrolling?

  • @qrahaman

    Participant

    Hi,

    Does anyone know how to set the height of the member directory and enable scrolling of the list within the frame? Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • @pcwriter

    Participant

    @grahaman

    Presuming you don’t want a horizontal scrollbar (just the vertical), add the following to style.css in your child theme and adjust the height to taste:

    div.dir-list {
    height:200px;
    overflow-x: hidden;
    overflow-y: scroll;
    }

    @qrahaman

    Participant

    @pcwriter…You rock! Thanks.

    @pcwriter

    Participant

    @grahaman

    You’re welcome :-)

    BTW, I just edited the above post ‘cuz I had put the wrong bracket at the end. It should be a closing bracket like it is now.

    It does not matter how slowly you go so long as you do not stop

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Resolved] Member Directory: Set Fixed Height and Enable Scrolling?’ is closed to new replies.
Skip to toolbar