Commit ccd15d70 by rajshah

removed inline styles from welcome banner widgets

parent 341b71ae
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
$widget = do_shortcode($widget); $widget = do_shortcode($widget);
}; };
?> ?>
<div class="review bg-white rounded-2" style="max-width: 205px; padding: 8px; border-radius: 4px; justify-content: center; align-items: center;"> <div class="review bg-white rounded-2">
<?php echo $widget; ?> <?php echo $widget; ?>
</div> </div>
<?php endforeach; ?> <?php endforeach; ?>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment