View Single Post
  #4  
Old 02-16-2017, 06:35 AM
 
GMarler GMarler is offline
 

Advanced Member
  
Join Date: Aug 2005
Location: Western NC USA
Posts: 96
 

Default Re: Make light_responsive Wider

Quote:
Originally Posted by macak49
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

Just change the 1140px to 100% will widen the page and shrink to the correct size when on a small device.

Greg
__________________
Greg Marler
x-Cart GoldPlus version 4.7.12
Gold 4.7.6 (under construction)
CentOS
Apache 2
Reply With Quote