Archived topic
Mobile Menu problem
3 replies · Started by Jenny on April 2, 2022
Viewing posts 1–4 of 4
Hello together,
can anybody help me please?
I have some Problem with the mobile menu.
The second Element is cuted by an element but I don't know how to fix this.
https://www.directupload.net/file/d/6507/za47sqtp_jpg.htm
Thank you :)
Jenny
Hi there,
you have this CSS:
.inside-navigation.grid-container.grid-parent {
background-color: var(--global-color-8);
clip-path: polygon(35% 0, 100% 0,100% 100%, 38% 100%);
}
Change it to:
.secondary-navigation .inside-navigation.grid-container.grid-parent {
background-color: var(--global-color-8);
clip-path: polygon(35% 0, 100% 0,100% 100%, 38% 100%);
}
I believe that is correct ? As you only want the clipped path on the secondary navigation.
Great :) thank you David 🌻
You're welcome
This archived topic is closed to new replies.