[Support request] spacing in between ordered list

Home Forums Support [Support request] spacing in between ordered list

Home Forums Support spacing in between ordered list

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

    Hi guys, is there any way to have custom spacing in between ordered list?

    1. order list 1
    2. order list 2

    The spacing in between 1 and 2 above without changing every other spacing on the body text.

    Thanks

    #576179
    David
    Staff
    Customer Support

    Hi Ryan, you can just target the li tag and give that some style. How is the list being added?

    #581597
    Ryan

    I just use the list option in wordpress content writer area.

    Not sure how to give it some style, do u have example? So we can’t manipulate it directly using some feature in GP?

    #581772
    David
    Staff
    Customer Support

    Hi Ryan,

    you can target the list using the li tag with CSS like so – this will affect all ordered lists on the site. The property their will increase the line-height to that of the font so you can tweak accordingly

    ol li {
    	line-height: 2em;
    }
    #581776
    Ryan

    where do I change the CSS ?

    #581791
    David
    Staff
    Customer Support

    Hi Ryan, simplest way is in the Customiser > Additional CSS.

    Here are some alternatives:

    https://docs.generatepress.com/article/adding-css/

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.