Forums

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

Home Forums CSS mobile menu is gone (wordpress)

  • This topic is empty.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #201192
    Bones_Jones
    Participant

    hi guys,

    link
    http://goo.gl/N3UFgB

    i don’t know what happened, but i made the mobile menu disappear(big + sign i think)…

    i have no idea what i did wrong… any idea on how to put the mobile menu to back on?

    thx in advance!!

    #201214
    Bones_Jones
    Participant

    also i changed the menu margin to 38 to 18 so i can squeeze in another menu link, but it doesn’t change… actually i can’t seem to make any changes.

    anybody have any idea on why this is happening?

    #201244
    Bones_Jones
    Participant

    ok. last time i tried code pen i got yelled at. lol i’ll try to learn it again and post it up.

    #201264
    Preno23
    Participant

    It looks like you don’t have a menu to replace your main menu (.menu-primary) one once the media screen is less 800px

    @media only screen and (max-width: 800px)
    .menu-primary {
    width: auto;
    display: none;
    }

    #201293
    Bones_Jones
    Participant

    thx guys!

    anyway i’m not even sure why display:none; is there… yikes. and i just removed that line and nothing is happening…

    i’ve never even touched it. maybe this happened when i updated the theme…

    anyway, i’ll try to get the code pen going…

    #201296
    Bones_Jones
    Participant

    ok, now it works, but it looks awful… before i updated the theme, it had a menu icon… i guess for some reason, update got rid of the icon previous version had. argh…

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