Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Peter Booker

    (@peterbooker)

    Hi quantum_leap,

    Not currently and I have never considered this before.

    I have started working on a rewrite again and I will have a look into this.

    Thread Starter George

    (@quantum_leap)

    Yeah, sometimes you want to be able to show a lot of feeds but you don’t want the widget to extend all the way down the page for aesthetic and layout pursposes.

    Plugin Author Peter Booker

    (@peterbooker)

    Hi quantum_leap,

    I have added it to the list of features to work on, for now this can be achieved by adding a small amount of custom CSS, like this:

    html body ul.kebo-tweets {
        max-height: 600px;
        overflow-y: visible;
    }

    The max-height sets how much is visible at any one time (so you can change it to fit your needs) and the overflow-y shows the horizontal scroll bar.

    Thread Starter George

    (@quantum_leap)

    Perfect, that will do for now! I would like to add on that. Depended on your template you might want to add a padding-right value to the class to shift it away from the scroll bar a bit. I also noticed that for the overflow-y and padding-right value, I had to add !important at the end.

    Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Widget height and scrollbar’ is closed to new replies.