Opened 2 years ago
Last modified 2 years ago
#7315 new defect (bug)
Some video titles incorrectly right-aligned
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Component: | WordPress.tv | Keywords: | |
| Cc: |
Description
Some video titles on the video inner pages are incorrectly right-aligned, such as this one -- https://wordpress.tv/2023/09/30/the-art-of-the-code-review/
Compare with what appears to be the correct alignment in this example -- https://wordpress.tv/2023/10/02/from-classroom-to-community-empowering-business-students-and-small-business-owners-with-wordpress-t/
Slight difference in HTML. Images attached
Attachments (2)
Change History (6)
#1
@
2 years ago
Also, an enhancement:
Add bottom margin to video title:
single .video-title {
font-size: 24px;
margin-bottom: 1em;
}
#2
@
2 years ago
Thanks for that issue and the finding!
P.S. This issue was worked on a #WCDE Contributor Day.
Properly left-aligned video titles