Change Dropdown Postion

I want to use the hover dropdown element to pop out a box to the right of the trigger. Is there a way to move the location of the content potion of the dropdown element in relation to the trigger?

Hi @BuildLikePeter :wave:

I think you can accomplish this with the Flexbox inside the Content in absolute positioning:

Note: I always get very confused with CSS absolute positions so it’s very likely the specific settings (top -40px and left 100%) are not the best approach but at least it gives you an idea of what to look into! :smile: