• Resolved renato_s

    (@renato_s)


    Hi!
    I have a weird problem and can’t find a way to solve it:

    Look at the sidebar in https://iab-sc.org.br/

    You will see that the widget positioned just under WP125 has its title “merged” with the ads, and its background color spreads behind them. If I remove all the widgets after WP125, everything looks fine (meaning that the background returns to white).

    I already used Firebug to inspect the html code and the css but can’t find anything wrong. Any ideas?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter renato_s

    (@renato_s)

    I just noticed it works ok in Explorer. Maybe it will narrow down the possible causes?

    adding a ‘clear:both;’ to the following style in style.css seems to help:

    #sidebar h3 {
    	font:12px Arial, Helvetica, Verdana, Sans-Serif;
    	font-weight:bold;
    	background:#303030;
    	color:#fff;
    	margin:10px 0px 5px 0px;
    	padding:3px 10px;
    clear:both;
    	}
    Thread Starter renato_s

    (@renato_s)

    Thank you so much!

    Problem solved.

    THANK YOU, THANK YOU, THANK YOU! My site mysteriously started having this problem about 2 weeks ago. ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[WP125] Conflict with next widget’ is closed to new replies.