View Single Post
  #2  
Old 07-11-2018, 03:21 AM
  tony_sologubov's Avatar 
tony_sologubov tony_sologubov is offline
 

X-Cart team
  
Join Date: Jan 2009
Posts: 2,431
 

Default Re: Noblesse - width of content page

Hi @voidopolis,

Welcome to X-Cart forums!

Your code defines width of central area as 1500px, in case that your browser window's width is 1510px or wider. Is this the result you are trying to achieve or did you plan anything different?

Tony

Quote:
Originally Posted by voidopolis
So,I want the Noblesse template to be wider overall. I found overall how this works in CSS. I was able to use the inspect feature in chrome and modify it on the site "live". but I can't figure out how to change it with Custom CSS on the site.

I removed all other customer CSS and added this:

@media (min-width: 1510px)
#page-wrapper {
width: 1500px;
}

this is out of the box / default / standard Noblesse
__________________
Found a bug in X-Cart? Post it to our bug tracker!
Know how to make X-Cart better? Suggest an idea!
Reply With Quote