Reply To: Spacing Issue in Right Sidebar

Home Forums Support Spacing Issue in Right Sidebar Reply To: Spacing Issue in Right Sidebar

Home Forums Support Spacing Issue in Right Sidebar Reply To: Spacing Issue in Right Sidebar

#196855
Jamal

Hi John,

If i understood you correctly,this is the css you need to adjust to suits your need

.widget ul li {
    padding-bottom: 5px;
    line-height:1.2;
}

I added line-height there as well but im not 100% sure if its right or if is best practice 🙂
This will only apply to the widget areas.