Opened 9 years ago
Closed 9 years ago
#3018 closed defect (bug) (fixed)
Footer Text Letter Space Issue on Urdu WordPress
| Reported by: | burhandodhy | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| 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.
9 years ago
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Could probably be solved by adding
#wporg-footer h6 { letter-spacing: 0; }to Additional CSS.