• dssguy99

    (@dssguy99)


    I have been making a website for my new company: https://www.lingospheregroup.com/.

    For some reason, when I insert an image and justify it left, when I view the page in Safari on my iphone the text is not wrapping the image like it does on my desktop in Chrome or IE. An example of a page is https://www.lingospheregroup.com/services/translation/. On my iphone the image is left justified, but the text is only one line at the bottom right of the image. Is there some code I need to insert into the page or the css to fix this? Can someone please help?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator Jose Castaneda

    (@jcastaneda)

    THEME COFFEE MONKEY

    I want to say part of it could be the CSS. You seem to have .alignleft, .alignright { float: none; } when the screen width is less than 650px.

    Thread Starter dssguy99

    (@dssguy99)

    Yes I always have to align the text left for some reason or it center justifies it. I don’t understand that.

    Thread Starter dssguy99

    (@dssguy99)

    I have found this in my style sheet which I believe is what jose is mentioning:

    /* Floated content doesn’t work well at this size */
    .alignleft,
    .alignright {
    float: none;
    margin-left: 0;
    margin-right: 0;

    Can someone please clarify to me if this is the issue and how I can turn off the feature?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘text not wrapping to image in iphone Safari’ is closed to new replies.