Auto layout navigation: what is the equivalent to flexbox align-end?

Hey there guys :slight_smile: I am a bit stuck in doing my auto layout for a navigation bar. I want a logo to the left and then 3 icon buttons to the absolute far right and for the life of me I cannot make it happen. I have tried nesting frames within the navbar and that sort of works but I cannot get the right-aligned icon buttons to align to the absolute end of my navbar and they are not responsive as intended. might anyone here know how to do it?

Hi @Linda_MacDonald!
You need to wrap your icons in another frame, and then set the “Space between” to the parent Auto Layout navigation frame in the “Alignment and padding” settings.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.