Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Looking for help with simple responsive menu

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #262546
    kippy
    Participant

    I am trying to build off of an existing responsive menu I found online, but I am having issues with the icon floating up when clicked in responsive view. I believe it is due to the position:relative, but not 100% if that would correct the issue. I have of course played around with it, but I worry I am doing something wrong or overlooking something else.

    Code is here:

    https://codepen.io/anon/pen/XzagbO

    Thanks for any assistance/suggestions.

    Brandon

    #262567
    Beverleyh
    Participant

    I am having issues with the icon floating up when clicked in responsive view

    Looks like that’s due to top: 5; On Line 129

    Change it back to top: 0; to match the responsive declaration on line 136 and the icon won’t jump.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.