Opened 7 years ago
Closed 3 years ago
#43628 closed defect (bug) (fixed)
Twenty Seventeen: Post title's margin-bottom on front page is too large
Reported by: | hirofumi2012 | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 5.9 | Priority: | normal |
Severity: | normal | Version: | 4.7 |
Component: | Bundled Theme | Keywords: | has-screenshots has-patch commit |
Focuses: | ui, css | 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 (5)
Change History (14)
#3
in reply to:
↑ 2
@
7 years ago
Replying to jainnidhi:
Thank you for adding screenshots.
This is perfect for me.
#4
@
6 years ago
- Summary changed from Twenty Seventeen front page - post title's margin-bottom is too large. to Twenty Seventeen: Post title's margin-bottom on front page is too large
#7
@
3 years ago
- Focuses css added
- Milestone changed from Awaiting Review to 5.9
I prefer @laurelfulford's 40457.patch for this.
I only see the .panel-content .recent-posts .entry-header
selector's elements together on the front page, and making that more specific with the .twentyseventeen-front-page
body class is simpler than adding new rules.
Note: See
TracTickets for help on using
tickets.
Set the page layout to one column and select blog page in front page section.