Thursday, 15 September 2011

css - wordpress sidebar vertical spacing between Li -


In WordPress, the left sidebar text is too long and it is wrapped, due to which there is actually a vertical space between the li. How can I correct this? Any help is appreciated I have attached the screenshot below.

Enter image details here

< Div class = "post-text" itemprop = "text">

You font-size: 11px; should be removed in . Sidebar - Left one and add it to . Sidebar - left . Finally looks like this.

 . Sidebar li {list-style: none; Font-size: 11px; }. Sidebar-a left {color: # 232324; Text-decoration: None; }  

No comments:

Post a Comment