Tagged: mobile menu
Hey guys! :)
How can I reset my mobile menu icon so it goes back to the original theme settings. It’s small and misaligned right now.
Thanks in advance!!
Hi Courtney!
Your site seems to be in maintenance mode, could you please give us access so that we can have a look?
Best regards,
Rikard
Hi Rikard :)
Maintenance mode is off now :)
Hey Courtney!
It seems like you have following code in Quick CSS
#advanced_menu_toggle, #advanced_menu_hide {
position: absolute;
border-radius: 2px;
height: 27px !important;
width: 27px !Important;
line-height: 27px !important;
text-decoration: none;
text-align: center;
right: 0;
top: 50%;
margin-top: -20px;
margin-left: 20px;
z-index: 10000;
border-style: solid;
border-width: 1px;
font-size: 24px;
display: none;
}
Please remove it and it should go back to normal :)
Regards,
Yigit
You rock! Thanks Yigit!! :)