Okay
  Public Ticket #297633
Edit style.css
Closed

Comments

  • Victor started the conversation

    Hello,

    First of all, I had to disable the responsive design, due to client request.

    Then my client want to set a max-width 1024px and margin 0 auto.

    I dig in the css, trying a lot of things, but without success, it gave me a lot of bugs in css and javascript. I want to know if there is a way to set a max-width with no responsive design.

    Thank you.

  •  8,839
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    .container {
        max-width: 1024px;
    }
    
    Thanks


    ThemeNectar Support Team