Hi, I just wanted to say that I love your theme! I’m having a small problem, when I click on the menu on mobile, it hides behind my logo, so you can’t see the menu options. I was wondering if you could help? Thanks!
We assumed that the site you’re having an issue with is “stressfreee.co” and upon checking it we couldn’t reproduce it and the menu started below the logo with “Home” as the first item.
It would help if you could provide more information on this.
Please follow the below steps to make the edits you need.
– Login to the admin area
– Go to “Appearance >> Customize >> Additional CSS”
– Paste the below code in “Additional CSS” and save it
@Media only screen and (max-width: 900px)
{
.site-branding
{
position: relative;
z-index: 99;
}
}