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 e95a71c commit 1d88fd6Copy full SHA for 1d88fd6
widgets/posts.php
@@ -1849,8 +1849,9 @@ protected function register_design_layout_controls() {
1849
],
1850
1851
'selectors' => [
1852
- '{{WRAPPER}} .wcf-post' => 'text-align: {{VALUE}};',
1853
- '{{WRAPPER}} .content' => 'align-items: {{VALUE}};',
+ '{{WRAPPER}} .wcf-post' => 'text-align: {{VALUE}};',
+ '{{WRAPPER}} .content' => 'align-items: {{VALUE}};',
1854
+ '{{WRAPPER}} .wcf-taxonomy, {{WRAPPER}} .wcf-meta' => 'justify-content: {{VALUE}};',
1855
1856
]
1857
);
0 commit comments