1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.
  2. Dismiss Notice
What Do You Need In The Xf2 Xengallery Version? Vote for your choices here: http://www.sonnb.com/threads/what-do-you-need-in-the-xf2-xengallery-version.1539/

Request Make The Top Comments Widget Scrollable

Discussion in 'Feature Requests' started by RobinHood, Dec 10, 2016.

  1. RobinHood

    RobinHood Authorized Member Authorized

    As it is it ends up being a really big box the exact size of the number of comments.

    Please make it so you can set the height of the box as fixed so you need to scroll if you want to see all the comments.

    You can see on my site the live feed box is scrollable, the top comments widget looks massive in comparison below it.

    If you can suggest how I can do it easily with some css changes please let me know.

    You can see below, the top live feed has a scroll bar.

    Visible on the home page

    upload_2016-12-10_21-16-0.png
     
  2. sonnb

    sonnb Administrator Staff Member

    You can easily do this with following lines in the EXTRA.css
    HTML:
    .sonnb_XenGallery_WidgetRenderer_Comment .commentsSidebar {
        max-height: 500px;
        overflow: auto;
    }
     
    RobinHood likes this.
  3. RobinHood

    RobinHood Authorized Member Authorized

    Works perfectly, thank you :)
     

Share This Page