Reduce Space Between Widgets
-
I’ve been trying to do reduce the space between the widgets for awhile and does not seem to work out so here is my code.
*/ .widget { width: 220px; margin: 0 0 60px 0; } .widget .widget-wrap { word-wrap: break-word; overflow: hidden; } .widget select { width: 215px; padding: 5px; } .widget ul, .widget ol { margin: 0; padding: 0; list-style: none; } .widget ul li, .widget ol li { margin: -2px 0 8px 0; padding: 0 0 6px 0; } .widget ul ul li, .widget ol ol li { margin: 5px 0 0 10px; padding-bottom: 0; border-bottom: none; } .widget .widget-title { font-size: 18px; line-height: 20px; padding: 0 0 10px 0; border-bottom: solid 1px #2f2f2f; } .widget .widget_calendar .widget-title { display: none; }
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Reduce Space Between Widgets’ is closed to new replies.