Hi,
I´m using the grid row with a simple text block.
I would like to edit the text as a list, but the dots (?) · at the beginning of the line doesn´t appear. With the numbered list it´s no problem, only the list with the dots doesn´t work correctly.
Thanks in advance for helping!
Hi Sunnydog!
Try adding this to your custom CSS.
.av_textblock_section ul { list-style: disc !important; }
If that is not working then send us a link and we’ll take a look.
Regards,
Elliott
Hi Elliot,
thanks a lot for the code.
Now there are dots · at the beginning of the line, but on the left side they are not on the same level / in the same line as the text.
I´ll send you the link.
Thanks!
Hi!
Try adding this.
.avia_textblock ul { margin-left: 13px !important; }
Cheers!
Elliott
HI Elliott,
great, that´s working!
Thanks a lot for your fast support :-)))