View Single Post
  #277  
Old 10-31-2013, 10:52 AM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: X-Cart - reBOOT - Responsive Template

ok, I was possibly overthinking

Instead you can set a minimum width of the container.

Edit skin/reboot/custom/reboot_head.tpl

Before...
Code:
</style> {/literal}
Insert...
Code:
.container { min-width: 1400px; max-width: 1400px; }
But you may also have to remove the media queries at the bottom of skin/reboot/css/reboot.css (they control the responsiveness).
__________________
xcartmods.co.uk
Reply With Quote