[wp-trac] [WordPress Trac] #43628: Twenty Seventeen front page - post title's margin-bottom is too large.
WordPress Trac
noreply at wordpress.org
Sun Mar 25 08:58:07 UTC 2018
#43628: Twenty Seventeen front page - post title's margin-bottom is too large.
---------------------------+-----------------------------
Reporter: hirofumi2012 | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Bundled Theme | Version: trunk
Severity: normal | Keywords:
Focuses: ui |
---------------------------+-----------------------------
Post title's margin-bottom is 4em when set a posts in page and choose 1
column.
It is too large.
So we need to add a css like this:
{{{
@media screen and (min-width: 48em) {
.page.page-one-column .recent-posts .entry-header,
.twentyseventeen-front-page.page-one-column .recent-posts .entry-header{
margin-bottom: 1.5em;
}
}
}}}
may be...
--
Ticket URL: <https://core.trac.wordpress.org/ticket/43628>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list