Archived topic
Image floats not floating when windows narrows to ~1340px
3 replies · Started by Pete on November 10, 2015
Viewing posts 1–4 of 4
GP appears to unfloat images when the windows narrows to 1340px. Is there anyway to prevent this from happening?
Can I get a link to where this is happening? There's no media queries in GP for 1340px.
Sorry, not 1340px more like 780px

----------------------------------------------------

Probably 768px.
Try this:
@media (max-width: 768px) {
.alignright {
float: right;
}
}
This archived topic is closed to new replies.
