This is all that’s in my Custom CSS:
#third-sidebar .widget_custom_menu_wizard .current-menu-item { font-weight: bold; }
.entry-meta { display: none; }
.mobile-menu { background-color: #d8180a; text-align: center; width: 100%; height: 50px; }
.site .genericon-menu { box-sizing: border-box; height: 50px; width: 100%; }
.mobile-menu a { color: #fff; padding: 10px; }
.mobile-menu-text { display: inline-block; }
.wp-caption .wp-caption-text:before {
content: none;
}
.wp-caption .wp-caption-text {
padding-left: 0;
}
.wp-caption .wp-caption-text {
text-align: center;
}
.DisplayCategoriesWidget select {
height: 30px;
width: 70%;
}
.DisplayCategoriesWidget input[type="submit"] {
padding: 0;
vertical-align: middle;
width: 28%;
}
@media screen and (min-width: 940px) {
#header-menu ul.menu a, #footer-menu ul.menu a {
padding-left: 30px;
padding-right: 30px;
}
}
.widget-title { text-align: center; }
#header-menu ul.menu a,
#footer-menu ul.menu a {
font-size: 16px;
line-height: 3.5em;
}
@media screen and (min-width: 941px) {
#logo-wrap { width: 68%; }
#sidebar-header-right { width: 300px; }
}
@media screen and (max-width: 1280px) {
.site #header-menu ul.menu a,
.site #footer-menu ul.menu a {
padding: 0 10px;
}
}
@media screen and (max-width: 1100px) {
.site #header-menu ul.menu a,
.site #footer-menu ul.menu a {
padding: 0 8px;
}
}
@media screen and (max-width: 1000px) {
.site #header-menu ul.menu a,
.site #footer-menu ul.menu a {
font-size: 13px;
}
}
.blog #content .hentry,
.archive #content .hentry {
margin-bottom: 0;
padding-bottom: 0;
}
@media screen and (max-width: 1280px) {
.site #header-menu ul.menu a,
.site #footer-menu ul.menu a {
padding: 0 10px;
}
}
@media screen and (max-width: 1100px) {
.site #header-menu ul.menu a,
.site #footer-menu ul.menu a {
padding: 0 8px;
}
}
@media screen and (max-width: 1000px) {
.site #header-menu ul.menu a,
.site #footer-menu ul.menu a {
font-size: 13px;
}
}
.sidr ul.sub-menu ul { display: none; }
.has-header-left-menu .site #logo-wrap {
text-align: center;
width: 100%;
}
#site-logo {
display: block;
float: none;
}
#header-content .wrapper { position: relative; }
#sidebar-header-right { position: absolute; top: 0; right: 0; }
#branding .sidebar-header-right img { float: right; }
I don’t see the code that I’m supposed to remove.