PluginProbe
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services / 8.7.6
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services v8.7.6
8.7.8 8.7.7 8.7.6 8.7.5 8.7.4 8.7.3 8.7.2 8.7.1 8.7.0 8.6.9 8.6.8 8.6.7 8.6.6 8.6.5 8.6.4 8.6.2 8.6.1 8.6.0 8.5.9 8.5.8 8.5.7 8.5.6 8.5.5 8.5.4 8.5.3 All 534 releases
← All changes | css/email_subscription.css +5 -2 8.7.28.7.6 View file →
@@ -10,9 +10,12 @@
10 10 --woobot-muted: #6b6680;
11 11 --woobot-danger: #e25563;
12 12 background: transparent;
13 13 padding: 0;
14 - margin: 20px 20px 0 0;
14 + margin: 20px auto 40px auto;
15 + max-width: 1280px;
16 + width: 100%;
17 + box-sizing: border-box;
15 18 border-radius: 0;
16 19 box-shadow: none;
17 20 font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
18 21 color: var(--woobot-text);
@@ -250,9 +253,9 @@
250 253 }
251 254
252 255 @media screen and (max-width: 782px) {
253 256 .wpbot-userdata-page {
254 - margin: 12px 0 0;
257 + margin: 12px auto 24px auto;
255 258 }
256 259
257 260 .wpbot-userdata-page .wpbot-userdata-actions {
258 261 width: 100%;