Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #349248

    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!

    #349573

    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

    #350630

    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!

    #350633
    This reply has been marked as private.
    #350864

    Hi!

    Try adding this.

    .avia_textblock ul { margin-left: 13px !important; }
    

    Cheers!
    Elliott

    #350987

    HI Elliott,

    great, that´s working!

    Thanks a lot for your fast support :-)))

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Grid row and list’ is closed to new replies.