Okay
  Public Ticket #1611872
Mobile View
Closed

Comments

  • Brandon started the conversation

    How do I decrease the side padding on mobile view only.?

    My website is the first attachment with the Buddha. The website I would like it to look more like is the one that says "Booking" as a header in bold.

  • Lukasz replied

    Did you get answer. I'd like to know too how you did that.

  •  8,999
    Tahir replied

    @Lukasz,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    @media only screen and (max-width: 690px) {
        .container, div.slider-nav, #post-area.standard-minimal.full-width-content article.post .inner-wrap {
            max-width: 380px!important;
        }
    }

    Thanks



    ThemeNectar Support Team