Adjust Free Plugins top padding to 15px for better spacing

This commit is contained in:
Marcus Quinn
2025-03-25 01:32:14 +00:00
parent d9b136f925
commit a374f26e34

View File

@ -1062,7 +1062,7 @@ body.wp-admin .button.pricing-button:hover,
/* Free Plugins - Single Column Centered Layout */
#recommended .wpa-plugin-container {
padding: 10px 20px 20px 20px !important; /* Change top padding from 25px to 10px */
padding: 15px 20px 20px 20px !important; /* Change top padding from 10px to 15px */
display: flex;
flex-direction: column;
align-items: center;