Home › Forums › Support › Edit responsive › Reply To: Edit responsive
March 31, 2016 at 11:58 pm
#183350
Tom
Lead Developer
Lead Developer
I’m not sure what you mean by lateral margins?
For the images, try this CSS:
@media (max-width: 768px) {
.alignleft {
float: left;
margin-right: 10px;
}
.alignright {
float: right;
margin-left: 10px;
}
}
Adding CSS: https://generatepress.com/knowledgebase/adding-css/