Jump to content

Mobile List with grouping & 2 columns


mhmda

Recommended Posts

One column online here: http://5.189.151.122:6345/m

 

Project with one column download here: http://3msoft.net/mhmd/6345.rar

 

Two column online here: http://5.189.151.122:6346/m

 

Project with two column download here: http://3msoft.net/mhmd/6346.rar

 

For more than one column use this CSS:

.ordersList .x-list-item {
	display: inline-block;
	width: 50%;//divide the width as you want. 50% for 2 columns, 33% for 3 columns, 25% for 4...
   overflow:hidden;
}

mehmet3.png

 

 

 

 

 

mehmet2.png

 

 

 

 

 

mehmet1.png

  • Upvote 3
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...