Reduce gap between filter nav bar and results to be consistent with other tabs

This commit is contained in:
Marcus Quinn
2025-03-25 00:59:23 +00:00
parent ba0878b230
commit b069bf3f3c
2 changed files with 2 additions and 2 deletions

View File

@ -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;
} }

View File

@ -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;