SOLVED — Scroller — 4 articles on 2 row?
- Chacapamac
- Topic Author
- Offline
- New Member
Less
More
- Thank you received: 0
13 years 5 months ago - 13 years 5 months ago #6145
by Chacapamac
I like to present articles, 4 at the time on two row
See example at www.editionzoneshockey.com
Can I do that?
See example at www.editionzoneshockey.com
Can I do that?
Last Edit: 13 years 5 months ago by Chacapamac.
Please Log in or Create an account to join the conversation.
- Chacapamac
- Topic Author
- Offline
- New Member
Less
More
- Thank you received: 0
13 years 5 months ago #6146
by Chacapamac
Article on multiple rows
Change min-height for the height of the row in
#ajaxscrl .mScroller div {
display: block;
float: left;
margin: 0;
min-height: 160px;
text-align: left;
width: 556px;
}
and keep the #ajaxscrl .mContainer {
display: block;
height: 320px;
overflow: hidden;
position: relative;
width: 545px;
}
to the right size to contain your number of row
Change min-height for the height of the row in
#ajaxscrl .mScroller div {
display: block;
float: left;
margin: 0;
min-height: 160px;
text-align: left;
width: 556px;
}
and keep the #ajaxscrl .mContainer {
display: block;
height: 320px;
overflow: hidden;
position: relative;
width: 545px;
}
to the right size to contain your number of row
Please Log in or Create an account to join the conversation.