>

Nexus Theme: Changed Line Height for Bullets in Widgets

This code finally did it (again in Custom CSS):

.widget li, .footer-widget li { line-height: 16px; }
.widget li:before, .footer-widget li:before {  border-width: 5px; content: ""; left: 0; position: absolute; top: 16px; }

The “before” item handles the location of the bullet. Otherwise, alignment between the bullet and the text of off.

banner ad

Comments are closed.