Mobile Menu Issue
Hi I used a CSS snippet in order to make my logo have the same top and bottom margin as the one shown on this demo: http://themes.muffingroup.com/be/disco/
This is the snippet I used: #Header_creative #Top_bar .logo { margin: 50px 0; }
The only problem is that the snippet is causing this issue: http://i.imgur.com/HzHZKYf.png
As you can see on the image above, the mobile menu appears bigger than it should. I was wondering if you could please help me fix this issue please
Thank you!
My URL: http://www.exploraseattle.com/ (using new theme copy: 976f2bca-5645-47c7-b66d-52ef990ff516)
Comments
you supposed to use above css for larger screens only. So you should wrap above code into right @media only screen size.
Thanks!