Hide three lines
-
Hi Peter,
first I would like to thank you for nice work with menu. I was long time searching how to do something like this by myslef but then i found your work :))
I have couple of things what i can’t fix by myself. So i will beg you for help. I was reading all articles here but i didn’t found what I want to. Here is change log:
So first issue was to have menu visible through. That was found here – by changing collor scheme.
responsive-menu {
background: rgba( 0, 0, 0, 0.5 ) !important;
}
Then I wanted to have fixed icon at left side. If I’am using setting by responsive menu that icon position moves due to size of page. I did it by changing position from right to left in css model. Maybe exist some more easyer way how to do that… But than become small problem. My menu is visible through so I can see and click on three lines.
Thing that I can click at three lines solved with this (found here):
#responsive-menu
{
z-index: 9999 !important;
}#click-menu
{
z-index: 9998 !important;
}but how to hide three lines when menu is clicked. I tried to hide three lines and upload menu icon for click button, but not for click button when is clicked, but then is icon still visible even when button is clicked. Here is code to hide lines (found here):
#click-menu .threeLines .line
{
display: none !important;
}So that is first thing. And second is how to align long text in menu?
I’m really begginer in wordpress. Here is imgage of page:
https://de.tinypic.com/r/rrqihf/8Thank you for helping me.
Jiri
- The topic ‘Hide three lines’ is closed to new replies.