Add 25px gap before plugin tiles 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 */
|
/* Free Plugins - Single Column Centered Layout */
|
||||||
#recommended .wpa-plugin-container {
|
#recommended .wpa-plugin-container {
|
||||||
padding: 0 20px 20px 20px !important; /* No top padding */
|
padding: 25px 20px 20px 20px !important; /* Increase top padding from 0px to 25px */
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
Reference in New Issue
Block a user