Reduce top padding from 25px to 10px in Free Plugins section

This commit is contained in:
Marcus Quinn
2025-03-25 01:31:31 +00:00
parent 576d79b1e7
commit d9b136f925

View File

@ -1062,7 +1062,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: 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; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;