Okay
  Public Ticket #2099201
Custom CSS request - line spacing in Fancy Unordered List
Closed

Comments

  • oisinlunny started the conversation

    Hi,

    I am using Fancy Unordered List in many places across my website for archives of articles etc, and it is a bit tough to distinguish each separate line item, particularly on mobile (see screengrab).

    Could you supply some custom CSS to increase the line spacing between each bullet point item in the Fancy Unordered List formatting? 

    Many thanks! 


  •  8,994
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .nectar-fancy-ul ul li {
        line-height: 28px !important;
    }

    Thanks


    ThemeNectar Support Team