unwanted line space added

Discussion in 'Traffica WordPress Theme' started by vesity, Oct 23, 2014.

  1. vesity

    vesity Member

    Joined:
    Oct 3, 2013
    Messages:
    241
    Likes Received:
    0
    Hi. When adding bullet or numeric lists and sublists, a line space gets added, even though it doesn't appear in dashboard HTML or visual view. See example:

    dashboard visual dashboard HTML vs website
    dashboard view3.jpg HTML view3.jpg website view3.jpg
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    If you want to remove that spaces then use following css in Custom CSS.
    Code:
    ul,ol{
    margin-bottom: 0px;
    }
    Thanks & Regards
    Yogesh Bhade
     

Share This Page