Search code examples
google-chromefirefoxspace

How to Eliminate Extra Spaces of a Page in Chrome?


For my webpage https://www.datanumen.com/access-repair/index.htm , when opening it in FireFox or IE, then the display is OK, as below:

enter image description here

However, when opening in Chrome, then in the left panel, there will be too many spaces between "DATANUMEN" and "ACCESS", as below:

enter image description here

That looks very strange. I try to change the alignment of the text to "left", but that does not work at all. See https://www.datanumen.com/access-repair/index2.htm .

How to solve the problem? Thanks.


Solution

  • In https://www.datanumen.com/css/css.css on line 57, you have text-align: justify; applying to .txt11. When I disable that rule, it looks fine. Presumably, it's overriding whatever you tried to do to set it to left alignment. See if removing that rule fixes the problem for you.