Home › Forums › Support › Image floats not floating when windows narrows to ~1340px › Reply To: Image floats not floating when windows narrows to ~1340px
November 10, 2015 at 4:24 pm
#151959
Lead Developer
Lead Developer
Probably 768px.
Try this:
@media (max-width: 768px) {
.alignright {
float: right;
}
}
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-development