Archived topic
How can I set a padding to subnavigation?
5 replies · Started by Jenny on June 30, 2022
Hello :)
can you help me with 2 Issues?
> I want to set a padding from the left site to the sub navigations
> How can I delete the dark green lines? in the navigation?
https://bilderupload.org/bild/cc7098765-bildschirmfoto-2022-06-30
Thanks a lot for helping me 🌻
Jenny
Hi Jenny,
Your staging site is under development mode which I can't access, the other link you provided leads to a time-out error, I can't see it as well.
Can you check?
Thank you Ying, I deactivated the Under-Construction-Plugin :).
Thanks for looking it Up.💕
Hi Jenny,
1. I'm not sure if I understand correctly, give this CSS a try:
.main-nav ul.sub-menu.toggled-on {
padding-left: 20px;
}
2. Try this:
.main-navigation ul ul {
box-shadow: none;
}
Let me know :)
you are great, that was exactly what I wanted to do 😘
Thank you so much 🌻
You are welcome :)