Newspaper theme: bullet point not displayed properly

Posted in: Newspaper
Post count: 1

I use the newspaper theme, completely standard, no customizations…

I have the problem that the is awkward space between LIST-elements (bullet points and number) everytime the next bullet point is on a higher level than the previous one

This doesn’t make any sense… There should be no additional space between the LIST elements

I would be happy to provide a screenshot of but there is not upload…. 🙁

U can use the following code on standard Newpaper theme… u will see the space between “level 2b” and “level 1b” as well as between “level 3a” and “level 2c”

  • level 1a
    • level 2a
    • level 2b
  • level 1b
    • level 2c
      • level 3a
    • level 2c
    • level 2d

Thanks for fixing it…

Post count: 22421

Hello,
This happens because each item is treated as a separate Ul list when ading sub-lists and they will receive the bottom margin as well.
You can remove the bottom margin using this css code:

.td-post-content ul{
margin-bottom: 0;
}

You can dd the code in the theme panel under custom css.

Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.