Okay
  Public Ticket #3051708
how to reduce margins in mobile
Closed

Comments

  • zomewhere started the conversation

    How can reduce margins, left and right in mobile? 

    Attached files:  IMG_6395.jpg

  •  8,464
    Tahir replied

    Hey zomewhere ,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    @media only screen and (max-width: 690px) {
        .container, .orbit-wrapper .slider-nav, .post-area.standard-minimal.full-width-content .post .inner-wrap {
            max-width: 95% !important;
        }
    }

    Thanks


    ThemeNectar Support Team