We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 196331d commit e969437Copy full SHA for e969437
assets/css/counter.css
@@ -18,4 +18,9 @@
18
19
.mighty-counter .mtcounter-content .counter-title {
20
font-size: 22px;
21
+}
22
+
23
+.mighty-counter .mt-counter-icon i {
24
+ box-sizing: content-box;
25
+ padding: 20px;
26
}
widgets/counter.php
@@ -204,7 +204,7 @@ protected function _register_controls() {
204
'size' => 40,
205
],
206
'selectors' => [
207
- '{{WRAPPER}} .mighty-counter .mt-counter-icon i' => 'font-size: {{SIZE}}{{UNIT}}',
+ '{{WRAPPER}} .mighty-counter .mt-counter-icon i' => 'font-size: {{SIZE}}{{UNIT}}; width: {{SIZE}}{{UNIT}}; height: {{SIZE}}{{UNIT}}; line-height: {{SIZE}}{{UNIT}};',
208
209
]
210
);
0 commit comments