Link alignment in Genogram

Hey,

I’m trying to align the link between the parents to the child (only when there is a single child).
Is there a way to position the child related to the parents before I placing the child’s spouse?.

In general one cannot get LayeredDigraphLayout, which is what GenogramLayout is derived from, to guarantee such alignments.

However, I suppose you could customize the GenogramLayout to look for those special cases and move the child node accordingly. BUT watch out if that would cause the child node to overlap with another node in that layer.