Hi, I am new to WordPress and i need help.
I have inserted this code: <?php wp_list_categories('title_li=&depth=1'); ?> into the footer section. I realized the vertical spacings of the categories name are narrow. How do i adjust the vertical spacing for Categories ?
I have tried using CSS : line-height:0.6em; all this does is create a bigger space between every line. What i am looking for is the space between each category name.
Current Example :
-Category
Name 1
-Category
Name 2
-Category
Name 3
-Category
Name 4
Ideal Result:
-Category
Name 1
-Category
Name 2
-Category
Name 3
-Category
Name 4