Author Topic: SOLVED — Scroller — 4 articles on 2 row?  (Read 408 times)

Chacapamac

  • Newbie
  • *
  • Posts: 6
    • View Profile
SOLVED — Scroller — 4 articles on 2 row?
« on: 31 May 2011, 12:25 »
I like to present articles, 4 at the time on two row

See example at http://www.editionzoneshockey.com

Can I do that?
« Last Edit: 31 May 2011, 15:28 by Chacapamac »

Chacapamac

  • Newbie
  • *
  • Posts: 6
    • View Profile
Re: Scroller — 4 articles on 2 row?
« Reply #1 on: 31 May 2011, 14:20 »
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