UI improvements: added Kadence theme buttons, fixed panel spacing, and added consistent styling across panels

This commit is contained in:
Marcus Quinn
2025-03-17 01:37:16 +00:00
parent 8afd7958d7
commit 3a6a89d2e8
4 changed files with 30 additions and 6 deletions

View File

@ -1764,7 +1764,7 @@ function wp_allstars_settings_page() {
?>
<div class="wpa-pro-plugin">
<h3><?php echo esc_html($provider['name']); ?></h3>
<p><?php echo esc_html($provider['description']); ?></p>
<p style="min-height: 80px;"><?php echo esc_html($provider['description']); ?></p>
<?php if (isset($provider['button_group'])): ?>
<div class="button-group">
<?php foreach ($provider['button_group'] as $button): ?>
@ -2141,7 +2141,7 @@ function wp_allstars_settings_page() {
?>
<div class="wpa-pro-plugin">
<h3><?php echo esc_html($tool['name']); ?></h3>
<p><?php echo esc_html($tool['description']); ?></p>
<p style="min-height: 80px;"><?php echo esc_html($tool['description']); ?></p>
<?php if (isset($tool['button_group'])): ?>
<div class="button-group">
<?php foreach ($tool['button_group'] as $button): ?>