Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1289818

    hello, is there a simple solution for putting the text downwards? see image.
    although in the code bit there is an image and only than text, at the front end the text keeps creeping up , that is the beginning words of the text, left of the image, leaving a lot of space and than followed by the rest of the text.

    i want the words to fill up the space left of the pic, not only the first few words.
    best regards, jelle

    ps you might say it is due to the word “eikenprocessierups” …. its long.,..put an indent ( – ) between in, but than it looks ridiculous on a mobile….i mean, its one word, not eikenprocessie-rups…

    • This topic was modified 3 years, 5 months ago by yampieters.
    #1290490

    Hey jelle,

    Thanks for the screenshot. Could you post a link to where we can see the actual elements as well please?

    Best regards,
    Rikard

    #1290495

    hello rikard, of course, its: https://biodivers.nl/eikenprocessierups/

    #1290496

    hello, rikard, my fault, i ‘d put it back in 180×180 to solve the problem.

    but for now i have put it back temporarily on 495×400, and if you ll have a look on your mobile now youll see this:
    https://biodivers.nl/wp-content/uploads/2021/03/tekst.jpg

    best regards, jelle

    #1291224

    Hi,

    Thanks for the update. The text is flowing that way because the image is quite wide, and you have some long words in your text. If you reduce the width of the image a bit, maybe down to 250-260 pixels, then it should flow better.

    Best regards,
    Rikard

    #1291401

    hello richard, sorry , ive noticed that my previous answer was for ticket nr
    #1289829
    ive mixed them up….

    but anyway, the image was the right one :)
    of course thats a solution, but than you shift the problem to the mobile phone…
    https://jmcwebdesign.nl/bd/wp-content/uploads/2021/03/Screenshot_20210330-162848_Chrome.jpg

    is there a way to tell the text on mobile phone to only start really below the image?

    best regards, jelle

    • This reply was modified 3 years, 5 months ago by yampieters.
    #1291965

    Hi,

    Yes, you can do that. Try this in Quick CSS:

    @media only screen and (max-width: 767px) {
    #attachment_3597 {
      width: 100%;
    }
    }

    Best regards,
    Rikard

    #1291988

    Hello Rikard, thank you for the reply.
    Unfortunenately it didnt to anything , but i re-dimensioned the image in such a way that its satisfying enough now on both the pc and a mobile phone.
    you can close this one,
    best regards, jelle

    #1292143

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘text and space’ is closed to new replies.