Hi - me again.
Would it be possible to get (longer) text scrollable in the mini box? Something like scroll="auto";
I tried by editing the .entry-mini .box - but this did not work out. Thanks again for your help,
best regards
Katharina
scrolling in mini content area
6 posts from 4 voices-
Posted 1 year ago #
-
Hey!
Something like that should do it :)
.entry-mini .inner_box{ max-height: 300px; overflow: scroll; }Regards,
KriesiPosted 1 year ago # -
Thanks again, works like charm.
Great theme - GREAT support.
Posted 1 year ago # -
Glad that Kriesi could help you :)
Posted 1 year ago # -
When you add
.entry-mini .inner_box{
max-height: 300px;
overflow: scroll;
}How do you change the colours of the scroll bar?
Tried adding thisscrollbar-face-color:#75EA00;
scrollbar-arrow-color:brown;
scrollbar-track-color:#EEEEEE;in the
.entry-mini .inner_box{
max-height: 300px;
overflow: scroll;
}But no luck...
Posted 1 year ago # -
As far as I know newer browser don't allow you to modify the scrollbar appearance (colors, etc.) and it's an IE specific feature (however I'm not sure if IE9 supports it anymore).
Posted 1 year ago #
Reply
You must log in to post.














