Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #383050

    Hi everybody,

    I was wondering, is it possible to modify the line height in a bullet point list ? I would like less space between lines.
    (See text in icon boxes, on the homepage).

    Thanks a lot and best regards,
    Jeff

    #383058

    Hey Jean-Francois!

    Thank you for using our theme.

    In custom.css or Enfold->Styles->QuickCSS put the following and adjust the value:

    
    .iconbox_content {
        line-height: 20px !important;
    }
    
    .iconbox_content ul {
        margin-bottom: 5px !important;
    }
    

    For margin you can also use negative numbers.

    Regards,
    Günter

    #383067

    Works perfect ! Thanks a lot Günter !
    Regards,
    Jeff

    #383091

    Hey!

    Glad I could help you.

    Enjoy the theme.

    Best regards,
    Günter

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Modify line height of a bullet point list’ is closed to new replies.