Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1298357

    hello , how can i get a padding for text on a mobile?
    now, its really exactly to the left and right edge., some space there would be nice.
    best regards , jelle

    #1298370

    got it:

    /* breedte op gsm*/
    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all .container {
    padding-left: 10px;
    padding-right: 10px;    
    width: 100%;
        max-width: 100%;
    }
    }
    

    you can close this one, thanks, jelle

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘padding on mobile’ is closed to new replies.