• Hello,

    I have a strange situation with applies only with my chrome mobile vertical browser (android). Using the image align left option on my posts (class=”alignleft size-full…) works perfectly with all desktop browsers and android and firefox mobile browser, but on chrome mobile there is always a text line above the image. In order to illustrate this strange issue, here some screenshots:

    chrome desktop –> ok
    chrome desktop mobile preview –> ok
    firefox mobile –> ok
    chrome mobile vertical –> NOK
    chrome mobile horizontal –> ok

    I disabled all plugins, so it can’t come from any plugin. You can also check it yourself on chrome mobile here

    css for alignleft:
    .alignleft {float:left; margin-right:15px;}

Viewing 1 replies (of 1 total)
  • Looks like possibly the image is not positioned at the beginning of the line/text but after the first line.

    Some browsers are loading the text after the image but chrome is honouring the exact location and positioning it exactly where it is located inline with the text?

    I took a look at the example and it looks ok… The only thing I can think of is that you moved the image into the correct position and you just need to refresh the Chrome mobile browser?

    Looking at your code, it shouldn’t be doing that so I can only assume caching?

Viewing 1 replies (of 1 total)
  • The topic ‘image align left float but text above image on chrome mobile’ is closed to new replies.