Skip to content

add alignfull image block caption rules to constrain caption width within main column #1773

@benlk

Description

@benlk

Desired appearance:

Screen Shot 2019-08-12 at 15 11 14

Present-day:

Screen Shot 2019-08-12 at 15 11 34

the fix:

.wp-block-image.alignwide figcaption,
.wp-block-image.alignfull figcaption {
   max-width: (the column width);
   margin: 0 auto;
}

will require testing on posts and pages using:

  • one-column template
  • mstoday's custom template
  • two-column template
  • fullwidth template

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions