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

    Hi,
    I’m using a textbox with a picture which is aligned left, so the text ist at the right side of the image. How can I increade the space between the image and the text? I don’t want the text to be so close to the image.

    Best regards

    #1441564

    Hey northorie,

    Could you post a link to where we can see the actual elements please?

    Best regards,
    Rikard

    #1441632

    in text elements – the inserted image floating left got a class: alignleft

    you can increase the default value from 10px by

    #top .avia_textblock img.alignleft {
      margin-right: 40px;
    }
    #1441839

    Thank you, that helped :)
    Topic can be closed

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Space between image and text’ is closed to new replies.