Opened 4 months ago
Last modified 3 months ago
#58446 new defect (bug)
Twenty Fourteen: no space between Buttons block and Columns block on front end
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | 5.9 |
Component: | Bundled Theme | Keywords: | |
Focuses: | Cc: |
Description
Follow the Steps to reproduce the issue.
- Activate the Twenty-Fourteen theme.
- Choose a Button and a column block.
- Add some text.
- Apply to customize styles
- Now check it on the user side.
It is looking proper in the editor but having issues on the user side.
I have attached a video for better understanding.
Video Link:
https://www.loom.com/share/48f0cb53627a4448a9133595fb0e54ff
Change History (4)
This ticket was mentioned in Slack in #core by algorithmsunlocks. View the logs.
4 months ago
#3
@
3 months ago
- Focuses ui accessibility javascript css removed
- Keywords needs-patch removed
- Severity changed from critical to normal
- Summary changed from Twenty Fourteen: Columns block did not have space between others component to Twenty Fourteen: no space between Buttons block and Columns block on front end
- Version changed from trunk to 5.9
Note: See
TracTickets for help on using
tickets.
The Button block's small default bottom margin was removed in GB34546, which resulted in no margin on either the Buttons or Button blocks for Twenty Fourteen and other themes. I would have recommended a default margin above and below the Buttons block for any theme, but Twenty Eleven gives each individual link a top and bottom margin of
20px
and Twenty Seventeen gives each a top margin of2em
.With Gutenberg 16 (and probably the next WordPress version), the Buttons block has a setting to add a specific margin to the Buttons block. I think the current workaround of adding Spacer blocks could be easier than finding that setting in the sidebar for classic themes.