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
Hey northorie,
Could you post a link to where we can see the actual elements please?
Best regards,
Rikard
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;
}
Thank you, that helped :)
Topic can be closed