[Resolved] Image floats not floating when windows narrows to ~1340px

Home Forums Support [Resolved] Image floats not floating when windows narrows to ~1340px

Home Forums Support Image floats not floating when windows narrows to ~1340px

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #151770
    Pete

    GP appears to unfloat images when the windows narrows to 1340px. Is there anyway to prevent this from happening?

    #151853
    Tom
    Lead Developer
    Lead Developer

    Can I get a link to where this is happening? There’s no media queries in GP for 1340px.

    #151944
    Pete

    Sorry, not 1340px more like 780px

    —————————————————-

    #151959
    Tom
    Lead Developer
    Lead Developer

    Probably 768px.

    Try this:

    @media (max-width: 768px) {
        .alignright {
            float: right;
        }
    } 
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.