Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Max Syzonenko
1,474 PointsSpace distribution between W and A
Why does space distribution between W and A works a different?
2 Answers

ellie adam
26,376 PointsHi, I am not sure where are you in course or point but simple solution is
http://indesignsecrets.com/what-and-where-is-distribute-spacing.php
:)

ellie adam
26,376 PointsSometime I move letters manually too. White arrow is good choice to move specific points. I am glad link helped. :)
Max Syzonenko
1,474 PointsMax Syzonenko
1,474 PointsThanks for the link. Now it's clear that the space distribution is performed between bounding boxes. When it comes to W with A we have a particular situation because of bounding boxes intersection:
To resolve the problem we can not align 2 letters neither with object distribution nor with spacing. In fact we need to distribute the space between the 2 of lower anchors (if we want to be fully precise):
However aligning to the key anchor skews the letter. :( Seems there is no magic pill here: either we need to do some arithmetic, either move the letter manually.