Zurb Foundation: Want horizontal scrollbar -


i have following code:

<div class="row">     <div class="large-12 columns">         <div class="item">items go here</div>          <div class="item">items go here</div>         ... many .item here ...     </div> </div> 

each .item have fixed width, 150px. want div large-12 scrollable if there more .item can fit within current screen. how can that? currently, if add many .item, go next line!

thanks

you'll need add overflow-x:scroll; , white-space:nowrap; parent container. , display:inline-block; .items.

here's working demo.


Comments

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -