Home › Forums › Support › Edit responsive › Reply To: Edit responsive
April 7, 2016 at 9:18 pm
#185198
Lead Developer
Lead Developer
Ah, you’ll want to use this CSS:
@media (max-width: 768px) {
.one-container .site-content {
padding-left: 20px;
padding-right: 20px;
}
.post-image-aligned-left .post-image {
margin-right: 2em !important;
float: left !important;
}
}