Okay
  Public Ticket #331431
Responsive Left/Right Margins
Closed

Comments

  • April started the conversation

    How can I reduce the left and right margins in the responsive view? On my iPad, I'm seeing 1" of white space. Thank you in advance!

  •  8,425
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    @media only screen and (max-width: 1000px) and (min-width: 690px) {
        html body .container {
            max-width: 800px;
        }
    }
    
    
    
    Thanks


    ThemeNectar Support Team 

  • April replied

    Worked! Thank you!