Opened 3 years ago
Last modified 2 years ago
#43628 new defect (bug)
Twenty Seventeen: Post title's margin-bottom on front page is too large
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | 4.7 |
Component: | Bundled Theme | Keywords: | has-screenshots has-patch |
Focuses: | ui | Cc: |
Description
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...
Attachments (3)
Change History (8)
Note: See
TracTickets for help on using
tickets.
Set the page layout to one column and select blog page in front page section.