• Resolved Anonymous User 15792431

    (@anonymized-15792431)


    When i create a List within a List the Text on the Subbullets is overlapping. Im yet not sure if i screwed up or if it is due to the theme. Would be nice to get some feedback on the issue.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter Anonymous User 15792431

    (@anonymized-15792431)

    One example would be:

    <ul>
     	<li>Kopieren
    <ul>
     	<li>S/W - Farbe</li>
     	<li>A4 - A3</li>
     	<li>Einseitig - Doppelseitig</li>
    </ul>
    </li>
     	<li>Drucken
    <ul>
     	<li>S/W - Farbe</li>
     	<li>A4 - A3</li>
     	<li>Einseitig - Doppelseitig</li>
     	<li>Skripten</li>
     	<li>Haus-, Semester-Arbeiten</li>
     	<li>Abschlussarbeiten</li>
    </ul>
    </li>
    </ul>

    Should look like this

    • Kopieren
    • S/W – Farbe
    • A4 – A3
    • Einseitig – Doppelseitig
    • Drucken
    • S/W – Farbe
    • A4 – A3
    • Einseitig – Doppelseitig
    • Skripten
    • Haus-, Semester-Arbeiten
    • Abschlussarbeiten

    but instead is overlapping

    Also when using the list without any sublists i would recommand to reduce the default space between lines.
    Adding

    li{
    	margin: 0 0 -15px 0;
    }

    makes it look much better.
    (I use Titles and than normal lists with this css modification until i find out how i can stop the sublists from overlapping so i can use them properly instead.)

    • This reply was modified 7 years ago by Anonymous User 15792431.
    • This reply was modified 7 years ago by Anonymous User 15792431.
    • This reply was modified 7 years ago by Anonymous User 15792431.
    Theme Author Di Themes

    (@dithemes)

    Hi @thojan

    We will fix this design issue in next release.

    We appreciate your help.

    Theme Author Di Themes

    (@dithemes)

    Hi

    We just test it and there is not overlap issue.
    Please check screenshot: https://preview.ibb.co/cO3YHm/test_lists.png

    Thanks

    Thread Starter Anonymous User 15792431

    (@anonymized-15792431)

    Could be possible that the wordpress Update or some other Plugins caused the issue. After a clean reinstall it seems to work. In case i can reproduce it ill let you know.

    Theme Author Di Themes

    (@dithemes)

    Hi @thojan

    Seems a plugin was creating this issue.

    Thank you for update

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Overlapping Text in List’ is closed to new replies.