Nov 30, 2021 8:26 PM
Beginner here.
I'm trying to massage a template and figure my way around. I'm stuck: How can I space my menu navigation items out evenly? They're clumped together, as you can see at the preview: https://info.graphiumhealth.com/-temporary-slug-e1bcba68-38dd-40f2-9b2b-46e6ff3ffaca?hs_preview=rOLI...
Thank you so much! And if you know off-hand, I'd like to put a solid background behind the child items when they show.
Solved! Go to Solution.
Dec 1, 2021 5:57 AM
Hi @davidgh01 ,
Please add following to CSS:
li.hs-menu-item.hs-menu-depth-1 {
padding-right: 25px !important;
}
Hope this helps!
If we were able to answer your query, kindly help the community by marking it as a solution.
Thanks and Regards.
Dec 1, 2021 5:57 AM
Hi @davidgh01 ,
Please add following to CSS:
li.hs-menu-item.hs-menu-depth-1 {
padding-right: 25px !important;
}
Hope this helps!
If we were able to answer your query, kindly help the community by marking it as a solution.
Thanks and Regards.
Dec 1, 2021 9:11 AM
EXACTLY what I needed. Thank you!!