>

Nexus Theme: Widen Widget Sidebar

Needed to widen the widget sidebar to fit a 300px wide AdSense ad. Added the following code to Custom CSS:

1
2
3
4
5
6
7
#sidebar .widgettitle {
margin: 0 -10px 20px -10px;
}
 
#sidebar .widget {
padding: 0 10px 10px;
}
banner ad

Comments are closed.