#49297 closed defect (bug) (duplicate)
Twenty Twenty theme "Clearing Floats" issue
Reported by: | fahimmurshed | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 5.3 |
Component: | Bundled Theme | Keywords: | close |
Focuses: | css | Cc: |
Description
Please check "Clearing Floats" by ThemeUnitTest xml file.
Go to /wp-content/themes/twentytwenty/style.css:2607
Change
margin-top:2em;
to
margin-top: 10em;
Screenshot:
Attachments (2)
Change History (13)
#4
@
5 months ago
- Keywords needs-patch added; needs-testing removed
- Milestone changed from Awaiting Review to Future Release
I can confirm the issue does still exist. However, the solution that you suggest @fahimmurshed will only work if the image is a particular size, and if there is no floated image at the end, then the margin is to big. We definitely need to find a fix for this though.
#6
@
5 months ago
@ianbelanger,
Got a few ERROR on the Theme Sniffer. Can you please check with Theme Sniffer plugin?
This ticket was mentioned in Slack in #core by murshed. View the logs.
4 months ago
Note: See
TracTickets for help on using
tickets.
This was supposedly fixed back in September. See https://github.com/WordPress/twentytwenty/issues/204
Perhaps other changes have brought it back? Or the margins are not applied except in
.entry-content
?