How to change margin on mobile

  • Unknown's avatar

    Hi I was trying to edit my responsive css my developer didn’t quite finish the job – I am in editor and I want to make the image go wider and also have a left margin – thank you – this is what is there at the moment.
    http://www.byekarma.com
    }
    /* ——- Responsive code here ——- */

    @media
    (max-width:767px) {
    .site-header {
    padding: 20px 0 !important;
    }
    .site-main > article {
    margin-bottom: 45px !important;
    }
    }

    @media
    only screen and (max-width:909px){
    body #content .post .entry-content {
    float: none;
    margin: 0 7.6923%;
    width: auto;
    }
    }

  • The topic ‘How to change margin on mobile’ is closed to new replies.