Forums
Forums / Themes and Templates / Widgets won't eak
(@zyxelas)
15 years, 4 months ago
Good day,
I recently changed my website theme, but I encountered a problem in my widget area:
My Recent Comments widget, for example, won’t break the line after each list item. This is also the case for my poll widget.
You can see an example here:
http://tinyurl.com/35yt8bu
Does anyone know a solution for this?
Thanks in advance,
Zyxelas
(@alchymyth)
try and remove the display: inline; from this style in style.css of your theme:
display: inline;
#sidebar_right .widget ul li, #sidebar_left .widget ul li { color:#000000; display: inline; background: none; margin: 0px; padding: 0px; overflow: hidden; }
(line 1215; more than half way down the file)
That worked perfectly, thank you very much 🙂
The topic ‘Widgets won't eak’ is closed to new replies.