Reduce gap between filter nav bar and results to be consistent with other tabs
This commit is contained in:
@ -1054,7 +1054,7 @@ body.wp-admin .button.pricing-button:hover,
|
|||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
margin: 0 0 20px 0;
|
margin: 0 0 10px 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
/* Filter Bar - Full Width */
|
/* Filter Bar - Full Width */
|
||||||
.wp-allstars-wrap #wpa-plugin-filters.wp-filter {
|
.wp-allstars-wrap #wpa-plugin-filters.wp-filter {
|
||||||
margin: 0 0 22px 0 !important;
|
margin: 0 0 11px 0 !important;
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
max-width: 100% !important;
|
max-width: 100% !important;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
Reference in New Issue
Block a user