Showing 9,134 of 9,134 total issues
Use of !important Open
Open
.cmb-row.lsx-admin-row .lsx-field-text-field input, .cmb-row.lsx-admin-row .lsx-field-add-field input, .cmb-row.cmb2-id-exercise-tips .lsx-field-text-field input, .cmb-row.cmb2-id-exercise-tips .lsx-field-add-field input, .cmb-row.cmb2-id-exercise-details .lsx-field-text-field input, .cmb-row.cmb2-id-exercise-details .lsx-field-add-field input { float: none; margin-left: 0px !important; margin-bottom: 10px; margin-right: 10px; }
- Exclude checks
Rule doesn't have all its properties in alphabetical order. Open
Open
table, .table { width: 100%; table-layout: fixed; }
- Exclude checks
The property -ms-column-count is compatible with -webkit-column-count and -moz-column-count and should be included as well. Open
Open
@media (min-width: 600px) { .shopping-list-container { -webkit-column-count: 2; -moz-column-count: 2; column-count: 2; -webkit-column-gap: 4em; -moz-column-gap: 4em; column-gap: 4em; width: 100%; height: 100%; } }
- Exclude checks
The property -ms-box-align is compatible with -webkit-box-align and should be included as well. Open
Open
.slick-slider .slick-dots { -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; height: auto; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; list-style: none; margin: 1rem 0 0; padding: 0; }
- Exclude checks
The property -ms-box-orient is compatible with -webkit-box-orient and should be included as well. Open
Open
.slick-slider .slick-dots { -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; height: auto; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; list-style: none; margin: 1rem 0 0; padding: 0; }
- Exclude checks
Don't use IDs in selectors. Open
Open
.plan_page_help #wpbody .box { background: #fff; border: 1px solid #ddd; border-radius: 4px; margin-bottom: 40px; padding: 25px 30px; position: relative; }
- Exclude checks
Don't use IDs in selectors. Open
Open
.plan_page_help #wpbody .box p, .plan_page_help #wpbody .box ul { font-size: 13px; }
- Exclude checks
Rule doesn't have all its properties in alphabetical order. Open
Open
.plan_page_help #wpbody .box .more-button { padding: 1em 0 0 0; border-top: 1px solid #eee; clear: both; text-align: left; }
- Exclude checks
Don't use IDs in selectors. Open
Open
.plan_page_help #wpbody .box.news h3 { color: #999; font-size: 13px; margin-top: 10px; margin-bottom: 5px; text-transform: uppercase; }
- Exclude checks
Don't use IDs in selectors. Open
Open
.plan_page_help #wpbody .col-md-4 { width: 30.33333%; } }
- Exclude checks
The universal selector (*) is known to be slow. Open
Open
.plan_page_help #wpbody .enrich > * { text-align: right; }
- Exclude checks
Don't use IDs in selectors. Open
Open
.plan_page_help #wpbody .box h2:first-child { margin-top: 0; }
- Exclude checks
The property -ms-box-pack is compatible with -webkit-box-pack and should be included as well. Open
Open
@media (min-width: 992px) { .plan_page_help #wpbody .wrap.about-wrap > .row { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
- Exclude checks
Don't use IDs in selectors. Open
Open
.plan_page_help #wpbody .box.news h3 { color: #999; font-size: 13px; margin-top: 10px; margin-bottom: 5px; text-transform: uppercase; }
- Exclude checks
Don't use IDs in selectors. Open
Open
.plan_page_help #wpbody .box .price { color: #45b964; }
- Exclude checks
Adjoining classes: .plan_page_help #wpbody .box.premium:before Open
Open
.plan_page_help #wpbody .box.premium:before { content: '\f313'; }
- Exclude checks
Adjoining classes: .wp-admin.plan_page_lsx_health_plan_options .wp-filter .filter-links > li > a:hover Open
Open
.wp-admin.plan_page_lsx_health_plan_options .wp-filter .filter-links > li > a:hover { color: #00a0d2; }
- Exclude checks
Don't use IDs in selectors. Open
Open
.plan_page_help #wpbody .box.support:before { content: '\f107'; }
- Exclude checks
Adjoining classes: .wp-admin.plan_page_lsx_health_plan_options .cmb2-wrap.form-table .tab.tab-nav .cmb-row Open
Open
.wp-admin.plan_page_lsx_health_plan_options .cmb2-wrap.form-table .tab.tab-nav .cmb-row { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }
- Exclude checks
Adjoining classes: .wp-admin.plan_page_lsx_health_plan_options .wp-filter .filter-links .current:hover Open
Open
.wp-admin.plan_page_lsx_health_plan_options .wp-filter .filter-links .current:hover { color: #23282d; }
- Exclude checks