Hello, the logo size on the mobile device is good, but when i open the menu it overlaps the first menu item "home". How can i change the spacing between the logo and the first menu item?
Yes, we know what you mean but we noticed that made the mistake in above css and that's why it does not work as should. So instead of the css we gave you above, please use the following one:
@media only screen and (max-width: 767px) { #Top_bar #menu { margin-top: 50px !important; } }
Comments
any link to page where this happens?