Probably a dead simple one i’ve missed but I can’t seem to get my text to centre align vertically. Strangely enough, the image next to it will vertically align fine.
Can someone tell me what I’m missing.
In designer view it appears to be vertically centred fine, however in Google Chrome it’s not. Please see examples below and the shared link:
You rely on a vertical centering method that relys on both a move down 50% and a transform shift up -50%, wich is fine and works well.
Then you add an interaction to it saying when the mlement appears on screen, transform shift it back to origin, which cancels your transform shift -50% actually.
That’s why your text ends up not being centered. It’s like you’d only give it the move down 50%.