• I have an image that should float right to the text, and it does, inside the main theme. However in a mobile theme, the source code in the end is

    <p> <img /> </p>
    <p> TEXT </p>

    instead of <p> <img /> TEXT </p>

    Where and how could I fix this problem?

  • The topic ‘wp throws image outside into seperate’ is closed to new replies.