(homepage) Circular Menu Bar: Can someone please advise me on how to best ensure that the lines in the circular menu bar are aligned and evenly spaced? I tried making them columns but that didnt work so well. I also want them to be left justified which doesnt seem to happen even when I select left justify. Also at the end, or the middle of the interaction of the circle moving on and off the page, I want the off white letters to fade to black. I couldnt figure out how to do this without creating a seperate interaction but it seems tricky to get the timing right. Please advise.
Hi @ngdesign great question! I would recommend that you position the circular menu using Absolute or Fixed positioning in the top right hand corner, and give it Flexbox styles as shown here to center and vertically align your links inside of it: Visual CSS flexbox builder | Webflow
You could use a div block with set width/height, a black background color and 100% border radius rather than an image for the circular nav as well.