View Single Post
  #6  
Old 03-11-2015, 12:08 AM
 
xgarb xgarb is offline
 

eXpert
  
Join Date: Jul 2004
Location: UK
Posts: 263
 

Default Re: XCart 5 design change

Quote:
Originally Posted by tony_sologubov
Also, I am not quite sure about what you mean by two/three columns in List mode as List mode assumes only one column of products.

Each list item to be using three columns. At the moment (simplified)

Code:
<table> <tr> <td> [IMAGE] </td> <td> [TEXT, BUTTONS etc] </td> </tr> </table>

I want...


Code:
<div class="row"> <div class="no-margin col-xs-12 col-sm-4 image-holder"> [IMAGE] </div> <div class="no-margin col-xs-12 col-sm-5 body-holder"> [TEXT] </div> <div class="no-margin col-xs-12 col-sm-3 price-area"> [PRICE BUTTONS ETC] </div> </div>

like in the screen shot.
__________________
Core version: 5.5.xx
Reply With Quote