• 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

Viewing 2 replies - 1 through 2 (of 2 total)
  • try and remove the display: inline; from this style in style.css of your theme:

    #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)

    Thread Starter zyxelas

    (@zyxelas)

    That worked perfectly, thank you very much 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Widgets won't eak’ is closed to new replies.