Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1040239

    to give images in text some margin…can i set this in basic options somewhere?
    and dont i take the risk than that also thing like the banner pic get margins? what should not be done.

    #1040361

    Hey jelle,

    There no setting for that unfortunately, but maybe you could create a class in your CSS and assign that to the images you want space around?

    .my-image-class {
      margin: 20px;
    }
    <img src="image.jpg" class="my-image-class">

    Best regards,
    Rikard

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.