remove white line after list option ( and )

Home Forums Support remove white line after list option ( and )

Home Forums Support remove white line after list option ( and )

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #169689
    Michiel

    Hi Tom,

    I am trying to get rid of the white line after the “list” option. In HTML it starts with:

    • ….
    • …..
    • </lu>

      After </lu> the theme automatically adds a white line and a margin or padding, that’s not very clear to me.
      I tried to remove the padding or margin, but that seem to control each

    • ….
    • line.

      Is there a HTML or CSS command to get rid of the white line at the end of the list (apparently after the </lu>) and change it to a adjustable padding or margin?

      Thx

      Michiel

    #169690
    Michiel

    (sorry the text had some HTML commands and it was transformed…. so it’s about:

    (lu)
    (li) ….. (/li)
    (li)…….(/li)
    (/lu)
    After </lu> the theme automatically adds a white line and a margin or padding, that’s not very clear to me.
    I tried to remove the padding or margin, but that seem to control each

    (li)….(/li)

    Is there a HTML or CSS command to get rid of the white line at the end of the list (apparently after the </lu>) and change it to a adjustable padding or margin?

    Thx

    Michiel

    #170067
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    There shouldn’t be any white line, but there is margin:

    ul {
        margin-bottom: 20px;
    }

    Adding CSS: https://generatepress.com/knowledgebase/adding-css/

    Let me know if that helps or not 🙂

    • This reply was modified 8 years, 1 month ago by Tom.
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.