Hi,
i’m trying to add a symbol inside a text.
How can i do that?
kind regards
Jak
Hey Jak73,
You could try wrapping the svg in a span element:
<span><img src="your image URL goes here" alt="your image alt text"></span>
Best regards,
Rikard
Hi Rikard,
that worked. How can i adjust the size of the image and the position?
kind regards
Jak
Hi,
Thank you for the update.
To adjust the size and position of the image, you can try this css code:
.layoutArea .column p img {
width: 20px;
position: relative;
top: 5px;
margin-right: 5px;
}
Best regards,
Ismael
Hi Ismael,
this worked very well for the image. Thank you!
There is some strange behavior with the 3rd colunm in the row.
The text is a bit to low (please see screenshot). How can i fix that?
kind regards
Jak
Hi,
Try to use this css code to adjust the vertical position of the text block in the third column.
section.av_textblock_section.av-lyscdi3s-bcd0fbae3857e0a950a84fdd1cf33281 {
top: -5px;
position: relative;
}
Instead of creating this slideshow manually, we recommend using the sliders available in the Advanced Layout Builder or creating one with the Layer Slider.
Best regards,
Ismael
Hello,
I would like to use left-aligned and right-aligned text in the same row in a text-block. I use the following code for the text in the text-block:
<div style="text-align:left; float:left;">text left</div>
<div style="text-align:right;">text right</div>
How can I insert the image before the beginning of the left text? Is this code ok or is there a better way to structure it better for the text-block?
kind regards
Jak
Solved.
kind regards
Jak
Hi,
Thanks for the update, we’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard