changing font size of a list

  • Unknown's avatar

    There is no way of changing the font size of a list. I’ve tried some CSS code but it doesn’t work. It would be great to get some code that changes the font size of a list block in penscratch2. This is so the list matches the size of the other font on the page. Thanks

    The blog I need help with is: (visible only to logged in users)

  • Hi @peterhallett, have you tried something along these lines?

    .entry-content ul li {
    	font-size: 2em;
    	line-height: 1.2em
    }
    
    .entry-content  li { margin-bottom: 1em; }

    You can adjust the sizes as you’d like.

  • The topic ‘changing font size of a list’ is closed to new replies.