Defold forum navigation misaligned (SOLVED)

Problem:
When not signed in to forum.defold.com #dmenu overlaps the “sign up / sign in” text on width higher than 850px. (4k monitor,desktop,chrome,win)

Expected: Text should not overlap, could cause minor usability issues, looks unprofessional :slight_smile: ( +1shame :wink: )

Fix: change #dmenu position in desktop-scss-defold.scss from right:200px to 250px (230px min)

Code:
#dmenu {
position: absolute;
top: 3px;
right: 250px;
}

2 Likes

Pic of what it looks like. :slight_smile:

Thanks. I changed the CSS and there should no longer be any overlap when signed out!

2 Likes