.sidebar-widget { ul { list-style: none; margin: 0; padding: 0; } } .widget { margin-bottom: 24px; > select { width: 100%; } } .widget_archive, .widget_categories { ul { display: flex; flex-direction: column; flex-wrap: wrap; li { display: inline-flex; justify-content: space-between; flex-wrap: wrap; .children { margin: 0 0 12px 8px; width: 100%; } } } } .widget_pages { .children { margin: 0 0 12px 8px; width: 100%; } } .widget_recent_comments { .recentcomments { margin-bottom: 12px; } .comment-author-link { display: block; } } .widget_rss { ul { li { margin-bottom: 12px; } } .rss-date { display: block; } } .widget_search { .search-form { display: flex; flex-direction: row; width: 100%; .search-field { width: 100%; } .search-submit { border-radius: 0; } } } .tagcloud { text-align: justify; } .widget_nav_menu { .sub-menu { li { padding-left: 8px; } } } .widget_calendar { th, td { text-align: center; } }