diff --git a/admin/css/wp-allstars-admin.css b/admin/css/wp-allstars-admin.css index e97afbe..3cc9695 100644 --- a/admin/css/wp-allstars-admin.css +++ b/admin/css/wp-allstars-admin.css @@ -1038,26 +1038,26 @@ body.wp-admin .button.pricing-button:hover, padding: 0; } -/* Free Plugins - Single Column Centered Layout */ -#recommended .wpa-plugin-container { - padding: 0 20px 20px 20px; /* Removed top padding completely */ - display: flex; - flex-direction: column; - align-items: center; - max-width: 700px; - margin: 0 auto; -} - /* Filter navigation - full width */ #recommended .nav-tab-wrapper, #recommended .subsubsub { max-width: 100%; width: 100%; box-sizing: border-box; - margin: 0 0 0 0; /* Removed bottom margin completely */ + margin: 0 0 10px 0; /* Restore the 10px bottom margin */ text-align: center; } +/* Free Plugins - Single Column Centered Layout */ +#recommended .wpa-plugin-container { + padding: 10px 20px 20px 20px; /* Restore padding to how it was */ + display: flex; + flex-direction: column; + align-items: center; + max-width: 700px; + margin: 0 auto; +} + /* Use consistent layout similar to 768px width for all screen sizes */ #recommended .plugin-card { width: 100%; @@ -1151,17 +1151,6 @@ body.wp-admin .button.pricing-button:hover, border-top: 1px solid #ddd; text-align: right; margin-top: auto; - position: relative; -} - -/* Position compatibility text with transform instead of margin */ -#recommended .plugin-card .column-compatibility { - padding-right: 0; - padding-left: 0; - text-align: right; - margin-right: 0; - transform: translateX(-45px); - display: inline-block; } /* Style compatibility message */ diff --git a/admin/css/wp-allstars-plugins.css b/admin/css/wp-allstars-plugins.css index 0dd182f..a288fec 100644 --- a/admin/css/wp-allstars-plugins.css +++ b/admin/css/wp-allstars-plugins.css @@ -151,17 +151,6 @@ border-top: 1px solid #ddd !important; text-align: right !important; margin-top: auto !important; - position: relative !important; -} - -/* Move compatibility text with transform */ -.column-compatibility { - padding-right: 0 !important; - padding-left: 0 !important; - text-align: right !important; - margin-right: 0 !important; - transform: translateX(-45px) !important; - display: inline-block !important; } /* Loading Overlay without white background */