Okay
  Public Ticket #1485032
Mobile Padding
Closed

Comments

  • zeynlambat started the conversation

    Hello,

    My Mobile padding doesn't seem to work very well.

    I've added padding to the site on desktop but this doesn't reflect on mobile.

    Any reason why?

    Thanks,

  •  8,425
    Tahir replied

    Hey Again,

    That is correct on Mobile the padding due to column scaffolding.

    Be.st 


    ThemeNectar Support Team 

  • zeynlambat replied

    How is it possible to make my mobile padding more spaced, without increasing the padding on desktop?

    Thanks!

  •  8,425
    Tahir replied

    Hey Again,

    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: 280px!important;
        }
    }

    Thanks


    ThemeNectar Support Team