[wp-trac] [WordPress Trac] #65111: Twenty Sixteen: Center text in image captions
WordPress Trac
noreply at wordpress.org
Fri May 8 06:24:48 UTC 2026
#65111: Twenty Sixteen: Center text in image captions
-----------------------------------------+------------------------------
Reporter: gaelbonithon | Owner: (none)
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Bundled Theme | Version: 4.4
Severity: normal | Resolution:
Keywords: has-patch close 2nd-opinion | Focuses: css
-----------------------------------------+------------------------------
Changes (by sabernhardt):
* keywords: has-patch close => has-patch close 2nd-opinion
Comment:
I almost closed the ticket, but I thought of another possibility to
consider first.
To add a control for the **user** to select text alignment, a block style
variation could be added in `twentysixteen_setup()`.
{{{
register_block_style(
'core/image',
array(
'name' => 'caption-center',
'label' => __( 'Text align center', 'twentysixteen'
),
'inline_style' => '.wp-block-image.is-style-caption-center
figcaption { text-align: center; }',
)
);
}}}
It still would not be available for someone who wants the Rounded style,
and it is not as efficient as creating a control for use with any theme
(GB12997).
--
Ticket URL: <https://core.trac.wordpress.org/ticket/65111#comment:5>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list