Archived topic
My logo and my off canvas panel juste touch each other in the phone version.
3 replies · Started by Margot on February 26, 2020
Hello there,
I checked my website phone version and met this issue : the "MENU" of my off canvas panel just touch my logo. I tried to change my logo size in Layout > Heading in order to solve this issue but I did not succeed. Can you help me with this ? I just want a small space between them.
I noticed this on a real phone and not in the setting's phone version.
Thank you very much.
Hi there,
try adding this CSS:
@media (max-width: 600px) {
.menu-toggle,
.main-navigation .mobile-bar-items a {
padding-left: 15px;
}
}
It worked very well.
I am so grateful, thank you.
Have a good day.
You're welcome