Our support team is on holiday from January 1st to 7th. Responses may be delayed, but we'll be back on January 8th. Happy Holidays!

Okay
  Public Ticket #3346658
Fresh install - website is full width and not boxed
Closed

Comments

  • Remco started the conversation

    Hi,

    Yesterday I bought your Proton theme and did a 100% new install of Wordpress, Database & theme. Then I imported the demo content (classic) and didn't change anything else.

    Now the website is showing everything full width, instead of the boxed layout as in your demo example. Please check http://2023.anymazed.com/ to see this problem happening.

    I can't find any option to fix this and I followed all the steps for installing in your manual.

    Looking forward hearing from you soon.

    Remco

  • Remco replied

    I think I have fixed this with the code from another ticket:

    @media (min-width: 1200px) {   
        .n-container {        
            width: 1170px !important;
            margin: auto !important;        
            padding-left: 0;        
            padding-right: 0;    
       }    
    }
    @media (min-width: 768px) {    
        .n-container {        
            width: 750px !important;        
            margin: auto !important;        
            padding-left: 0;        
            padding-right: 0;    
        }
    }
    @media (min-width: 1140px) {   
        .n-container {        
            width: 1140px !important;        
            margin: auto !important;        
            padding-left: 0;        
            padding-right: 0;    
        }
    }




  •  949
    Neuron replied

    Very glad to knowsmile.png, feel free to ask for anything you need

    If you like our theme, please leave us a rate of 5 stars at ThemeForest, that would help us a lot.

    Kind Regards, NeuronThemes