Upgrade Changed Srcoller Box Size
- Mark A.
-
Topic Author
- Offline
- New Member
-
Less
More
- Thank you received: 0
14 years 10 months ago #5401
by Mark A.
I upgraded to the new version and my scroller boxes have all shrunk vertically too small. The word count is set at 200, yet no matter what size I change it to, it will not expand vertically.
www.BackRoadsCentury.org
www.BackRoadsCentury.org
Please Log in or Create an account to join the conversation.
- Saka
-
- Offline
- Administrator
-
14 years 10 months ago #5404
by Saka
Emir Sakic
www.sakic.net
If you change the CSS height it expands vertically just fine:
modules/mod_ajaxscroller/mod_ajaxscroller/style.css
modules/mod_ajaxscroller/mod_ajaxscroller/style.css
.ajaxscrl .mContainer {
width: 159px; /* edit this value for your own module width */
height: 124px; /* edit this value for your own module height */
display: block;
overflow: hidden;
position: relative;
}
.ajaxscrl .mScroller div {
display: block;
text-align: left;
margin: 0;
float: left;
width: 159px; /* edit this value for your own module width */
min-height: 124px; /* edit this value for your own module height */
}
Emir Sakic
www.sakic.net
Please Log in or Create an account to join the conversation.
- Mark A.
-
Topic Author
- Offline
- New Member
-
Less
More
- Thank you received: 0
14 years 10 months ago #5406
by Mark A.
That fixed it. I forgot that this was a CSS change, not a Joomla Administrator change.
Please Log in or Create an account to join the conversation.