-
AuthorPosts
-
July 21, 2024 at 3:19 pm #1462611
Hi,
i’m trying to add a symbol inside a text.
How can i do that?
kind regards
JakJuly 21, 2024 at 4:48 pm #1462616Hey 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,
RikardJuly 22, 2024 at 8:42 am #1462652Hi Rikard,
that worked. How can i adjust the size of the image and the position?
kind regards
JakJuly 22, 2024 at 8:51 am #1462654Hi,
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,
IsmaelJuly 22, 2024 at 5:38 pm #1462688Hi 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
JakJuly 23, 2024 at 4:29 am #1462737Hi,
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,
IsmaelJuly 24, 2024 at 2:54 pm #1462865Hello,
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
JakJuly 24, 2024 at 6:24 pm #1462872Solved.
kind regards
JakJuly 24, 2024 at 7:34 pm #1462887Hi,
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 -
AuthorPosts
- The topic ‘How to add a symbol inside a text?’ is closed to new replies.
