Where it says “Not A Member?” I have placed an arrow pointing to the join now button. It looks great on my screen siz but any smaller and it all goes to pot. How should I do it so that the arrow looks good even when screen size is reduced?
That is kind of tricky, because the position of the button in relation to the text alters. So the orientation of the arrow must change to suit.
All I can think of for now is to have a css transform within media queries to do this. Eg, when the button goes below the text, the arrow could rotate 90deg cw and move to the left of the button, below the text. But difficult, because the change is due to in-line wrapping, not a query already there.