View Single Post
  #292  
Old 11-09-2013, 02:16 AM
  vasilis's Avatar 
vasilis vasilis is offline
 

X-Adept
  
Join Date: Feb 2009
Posts: 761
 

Default Re: X-Cart - reBOOT - Responsive Template

Quote:
In reBOOT v1.x you just have to utilise the Bootstrap 2 responsive grid framework, which is made up of 12 columns...

http://getbootstrap.com/2.3.2/scaffolding.html

Code:
<div class="row-fluid"> <div class="span6">Col 1</span> <div class="span6">Col 2</span> </div>


So, if I understand correctly, do I actually use Reboot's html editor, using Bootstrap's styles and layout logic, which are also embedded in Reboot?
__________________
Vasilis Vrontisis
X-Cart Development, Maintenance & Customization
https://[URL="http://www.craftforweb.com"]craftforweb.com[/url]
vasilis@craftforweb.com
Reply With Quote