Forums

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

Home Forums CSS MENU BUTTON POSITION WHEN NOT ACTIVE/CLICKED

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

    MENU BUTTON POSITION WHEN NOT ACTIVE but at media screen size 600px
    i have screen shots with what i need it to do, Im not worried about the look of the menu i can do that but been having trouble with menu button not where i want it after media screen resize.

    I put screen shots of what im trying to do
    I want the menu button in the position it is after clicking it. but when it hasn’t been yet.

    screenshots:
    https://imgur.com/temJiTu
    https://imgur.com/LYAY1nN

    SOURCE CODE:
    https://codepen.io/techatyou/pen/JZyqQa/

    Thank you in advance, anyone that can help I appreciated

    #272655
    Beverleyh
    Participant

    If you look at what is currently happening, when the hamburger icon is clicked, a .responsive class is added to .topnav

    Looking at the CSS, the definitions that include the .responsive class trigger absolute positioning. Looks like you want that (and the relatively positioned parent) to be in effect when .responsive isn’t present too.

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