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:

#sidebar .widgettitle {
margin: 0 -10px 20px -10px;
}

#sidebar .widget {
padding: 0 10px 10px;
}
This entry was posted in Wordpress and tagged , , , , . Bookmark the permalink.