View Single Post
  #5  
Old 07-15-2018, 09:50 PM
 
voidopolis voidopolis is offline
 

Newbie
  
Join Date: Jun 2018
Posts: 8
 

Default Re: Noblesse - width of content page

Quote:
Originally Posted by tony_sologubov
You can try to use code like this:
Code:
@media (min-width: 1200px) #page-wrapper { width: 99%; }

Please, let me know if it is something that works for you.

Tony

nope. That doesn't seem to work either.

Code:
#page-wrapper {width: 1450px;}

changes the size of the page to what I'm looking for, but the page no long resizes when you resize the browser window for different formats (no long responsive). x-cart seems to not like the @media tag at all in the custom CSS. the page seems to just ignore everything in that whole block of CSS.
__________________
X-Cart Business 5.3.5.4
make/model
Reply With Quote