View Single Post
  #3  
Old 11-17-2015, 11:04 AM
 
macak49 macak49 is offline
 

Newbie
  
Join Date: Aug 2013
Posts: 9
 

Default Re: Make light_responsive Wider

Okay... Don't do that!

The real way to widen it is down in the media screen settings

around line 3000 the media screen settings start.

I changed the following one from 1140px to 1300px and now the collapsing works.

Code:
@media screen and (min-width:1164px) { #page-container2, .wrapper-box { width: 1300px; /*width: 1140px;*/ } }


I changed the previous post in this thread back to defaults.

I have some tweaking to do to make the collapse smooth and a lot of other tweaks to our site... but the widening puzzle has been solved
__________________
Xcart Gold 4.7.4
Reply With Quote