Hamburger menu changes position in mobile version

edited November 2016 in Menu / Mega menu
Hi MuffinGroup, 

On my website www.33organic.com I installed your Betheme Herbal. Everything is good but I have selected the sticky menu option and when the screen goes below 846px the hamburger menu takes on a margin-top -17. Because of this event the hamburger menu is no longer in the vertical center of the header. Is there a sollution to this problem?

@media ;only screen and (max-width: 767px)
.mobile-header-mini #Top_bar a.responsive-menu-toggle {
top: 30px!important;
left: auto;
right: 10px
margin-top: -17px <------------------------------------------- I think this rule causes the effect.
}

Comments

Sign In or Register to comment.