Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS How i control List style

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #24477
    saiful
    Member

    how i customize gap between list style and list text.

    #55708
    TheDoc
    Member

    I’m not 100% I understand what you’re talking about, but I assume you mean unordered (ul) and ordered (ol) lists:

    In your css:

    li {
    margin: 5px 0;
    }

    This will create an extra 5px gap above and below each listed item.

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