Google Adsense Ads wider than sidebar
-
Hello-
As title states, my google ads aren’t staying within their boundaries of the North and South sidebar. I have tried several of the other posting suggestions, like: “overflow:hidden”, adjusting the padding, etc. I have no coding experience so I just experimented but haven’t figured it out. My website is: http://www.welcometomyjungle.com You can see my issues there. I will post my sidebar code below. If anyone can help, I would greatly appreciate it! Thanks in advance./* sidebar START */
#sidebar {
background:#F7F7F7 url(img/sidebar_shadow.gif) top repeat-x;
width:300px;
float:right;
font-size:95%;
line-height:145%;
overflow:hidden;
padding-top:8px;
}
#sidebar li {
background:url(img/icons.gif) 0 -560px no-repeat;
padding-left:22px;
list-style:none;
margin-top:5px;
/*font-size:95%;*/
}
#sidebar .content,
#sidebar li {
font-size:12px;
}
#centersidebar,
#northsidebar .widget,
#southsidebar .widget {
background:url(img/widgetsep.png) bottom no-repeat;
padding:10px 15px 16px;
}
#centersidebar {
padding-bottom:6px;
}
#northsidebar,
#southsidebar {
font-size:95%;
};
}
#northsidebar .widget h2,
#southsidebar .widget h2 {
margin-bottom:10px;
}
#northsidebar .widget .content p,
#southsidebar .widget .content p {
margin-bottom:10px;
}
#westsidebar {
width:121px;
float:left;
padding-right:5px;
font-size:95%;}
#eastsidebar {
width:129px;
float:right;
font-size:95%;}
#westsidebar h3,
#eastsidebar h3 {
margin-bottom:5px;
}
#westsidebar .widget,
#eastsidebar .widget {
margin-bottom:15px;
}
#sidebar .widget_feeds {
padding:5px 15px 15px;
The topic ‘Google Adsense Ads wider than sidebar’ is closed to new replies.