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; }
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!
Comments
you supposed to use above css for larger screens only. So you should wrap above code into right @media only screen size.
Thanks!