- This topic is empty.
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- The forum ‘CSS’ is closed to new topics and replies.
The forums ran from 2008-2020 and are now closed and viewable here as an archive.
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!!
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?
ok. last time i tried code pen i got yelled at. lol i’ll try to learn it again and post it up.
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;
}
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…
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…