Opened 5 years ago
Closed 5 years ago
#49254 closed defect (bug) (fixed)
Twenty Twenty: Author Bio/Post Meta Width in Cover Template in Mobile
Reported by: | JarretC | Owned by: | ianbelanger |
---|---|---|---|
Milestone: | 5.4 | Priority: | normal |
Severity: | normal | Version: | 5.3 |
Component: | Bundled Theme | Keywords: | |
Focuses: | css | Cc: |
Description
Currently when the cover template is assigned to a post and the author bio is shown along with the post meta the width of the elements span across the entire browser width in smaller browser widths:
The .post-inner DIV the elements are confined within on the Cover Template spans across the entire width of the browser whereas in the Default/Full Width templates the .section-inner element has width: calc( 100% - 4rem );
set
Attachments (2)
Change History (7)
#2
@
5 years ago
- Focuses css added
- Keywords commit added
- Milestone changed from Awaiting Review to 5.4
- Version set to 5.3
Thanks for the patch @JarretC. While your solution does fix the issue, your patch did not include the RTL styles. After any changes are made to any CSS file, npm run build
needs to be run in order to regenerate the RTL stylesheet. My new patch does that and it also includes another RTL change that was missed in a previous patch.
#3
@
5 years ago
- Owner set to ianbelanger
- Resolution set to fixed
- Status changed from new to closed
In 47241:
Sets proper width on mobile cover template for author/post meta elements