Tagged: header, logo, menu, mobile, responsive
Hi,
I don’t want my logo shown in the header, so I did this in Quick CSS:
.logo { display: none; }
.responsive .logo { display: none; }
Now, watch this:
http://mobiletest.me/iphone_5_emulator/#u=http://futies.com/frontpage
As you can see, the menu button flies out of the screen, and I don’t know how to fix this. Any idea?
Bart