Blog, Website & Page Publishing

davidgh01
Participante

Spacing out CSS Menu Items that are clumped together

resolver

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.

0 Avaliação positiva
1 Solução aceita
webdew
Solução
Orientador(a) | Parceiro Diamante
Orientador(a) | Parceiro Diamante

Spacing out CSS Menu Items that are clumped together

resolver

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.

Exibir solução no post original

4 Respostas 4
webdew
Solução
Orientador(a) | Parceiro Diamante
Orientador(a) | Parceiro Diamante

Spacing out CSS Menu Items that are clumped together

resolver

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.

viki667
Membro

Spacing out CSS Menu Items that are clumped together

resolver

Where can you add that CSS? How can I add that CSS? I have same propblem menu looks like this: HomeProductsServicesContact 
Please help!

viki667
Membro

Spacing out CSS Menu Items that are clumped together

resolver

Where can you add that CSS? How can I add that CSS? I have same propblem menu looks like this: HomeProductsServicesContact 
Super annoying. 

0 Avaliação positiva
davidgh01
Participante

Spacing out CSS Menu Items that are clumped together

resolver

EXACTLY what I needed. Thank you!!

0 Avaliação positiva