Adjust leading on a single line
-
I am relatively new to WordPress/code but learning.
I have a list with icons in front of each item one list entry takes up two lines. I would like to adjust the leading of only this one list item of text to make them closer. Here is a link to the page. The item I am referring to is the market list at the top right.
This is my current code that needs altering:
<a href="https://www.xibitz.com/higher-education"> <img src="https://www.xibitz.com/wp-content/uploads/2013/10/education.png" alt="" width="20" height="20" /></a><a href="https://www.xibitz.com/higher-education"> Higher Education <br> <t style="padding-left: 23px;"> & Athletics</t></a>
This is what I have tried, which is not the correct. It moves the two lines closer together but below the icon:
<a href="https://www.xibitz.com/higher-education"> <img src="https://www.xibitz.com/wp-content/uploads/2013/10/education.png" alt="" width="20" height="20" /></a><a href="https://www.xibitz.com/higher-education"><p style="height:15px;"> Higher Education <br> <t style="padding-left: 23px;"> & Athletics</t></p></a>
- The topic ‘Adjust leading on a single line’ is closed to new replies.