Skip to content

Commit 1d88fd6

Browse files
author
Mizanur Rahaman
committed
updated: posts widget
1 parent e95a71c commit 1d88fd6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

widgets/posts.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1849,8 +1849,9 @@ protected function register_design_layout_controls() {
18491849
],
18501850
],
18511851
'selectors' => [
1852-
'{{WRAPPER}} .wcf-post' => 'text-align: {{VALUE}};',
1853-
'{{WRAPPER}} .content' => 'align-items: {{VALUE}};',
1852+
'{{WRAPPER}} .wcf-post' => 'text-align: {{VALUE}};',
1853+
'{{WRAPPER}} .content' => 'align-items: {{VALUE}};',
1854+
'{{WRAPPER}} .wcf-taxonomy, {{WRAPPER}} .wcf-meta' => 'justify-content: {{VALUE}};',
18541855
],
18551856
]
18561857
);

0 commit comments

Comments
 (0)