Reduce gap between subcategory filters and plugin content to zero
This commit is contained in:
@ -1040,7 +1040,7 @@ body.wp-admin .button.pricing-button:hover,
|
|||||||
|
|
||||||
/* Free Plugins - Single Column Centered Layout */
|
/* Free Plugins - Single Column Centered Layout */
|
||||||
#recommended .wpa-plugin-container {
|
#recommended .wpa-plugin-container {
|
||||||
padding: 10px 20px 20px 20px;
|
padding: 0 20px 20px 20px; /* Removed top padding completely */
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
@ -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 10px 0;
|
margin: 0 0 0 0; /* Removed bottom margin completely */
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user