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
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