on mobile and tablets, the logo and the menu are overlapping, it was the same thing with the template, I have fixed it with this in override.css
- Code: Select all
#gkHeaderNav h2 {
position: absolute;
top: 20px;
}
Can you please tell me how to fix this on mobile view also?
Thanks!
