Removing borders for small screens

  • Posted in : Photographer
  • smcm79
    Participant

    Hi there!

    I have used the following custom CSS to add a border to my site. However I would like to remove the border completely for smaller screens like tablets and phones.

    body .site {
    border: 2px solid #e3e3e3;
    margin-top: 75px;
    margin-right: 150px;
    margin-bottom: 75px;
    margin-left: 150px;
    }

    I can’t seem to get the CSS right for this. Could you please help me out? Many thanks.

    Sam

    ahmetsali
    Keymaster

    Hi, update your code as;

    @media screen and (min-width: 992px) { 
        body .site {
            border: 2px solid #e3e3e3;
            margin-top: 75px;
            margin-right: 150px;
            margin-bottom: 75px;
            margin-left: 150px;
        }
    }
    
    smcm79
    Participant

    Excellent! Many thanks for your help with this.

    ahmetsali
    Keymaster

    you’re welcome, please don’t forget to rate the theme on themeforest if you liked it, thanks.

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register