Reduce top padding from 25px to 10px in Free Plugins section
This commit is contained in:
@ -1062,7 +1062,7 @@ body.wp-admin .button.pricing-button:hover,
|
||||
|
||||
/* Free Plugins - Single Column Centered Layout */
|
||||
#recommended .wpa-plugin-container {
|
||||
padding: 25px 20px 20px 20px !important; /* Increase top padding from 0px to 25px */
|
||||
padding: 10px 20px 20px 20px !important; /* Change top padding from 25px to 10px */
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
|
Reference in New Issue
Block a user