Opened 7 years ago
Closed 7 years ago
#3018 closed defect (bug) (fixed)
Footer Text Letter Space Issue on Urdu WordPress
Reported by: | burhandodhy | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | International Sites (Rosetta) | Keywords: | |
Cc: |
Description
Hi
On Urdu WordPress site https://ur.wordpress.org/ the footer text is broken due to letter spacing which is currently '0.3em' http://prntscr.com/g3qeez .
It should be like this http://prntscr.com/g3qenp. To make it correct set the letter spacing to 0
Thanks
Burhan
Change History (4)
This ticket was mentioned in Slack in #polyglots by burhandodhy. View the logs.
7 years ago
Note: See
TracTickets for help on using
tickets.
Could probably be solved by adding
#wporg-footer h6 { letter-spacing: 0; }
to Additional CSS.