please add your css modifications into override.css file with media queries:
- Code: Select all
@media (max-width: 1230px) {
.box {padding: 10px !important;}
}
1230px is set if you are using the default theme width, if no, please change the value to your own.