Hi,
Was wondering if this is possible on the Dawn 2 theme?
My main menu links look too close together
Thanks
Scott
Hi,
Was wondering if this is possible on the Dawn 2 theme?
My main menu links look too close together
Thanks
Scott
Hi @Gen-Audio , sure you can. Go to your assets/base.css file. Find this element:
.header__menu-item {
padding: 1.2rem;
text-decoration: none;
color: rgba(var(--color-foreground), 0.75);
}
And change padding value, for example:
.header__menu-item {
padding: 1.6rem;
text-decoration: none;
color: rgba(var(--color-foreground), 0.75);
}
Hope this helps ![]()
Hello @Gen-Audio
Thank you! Worked perfect ![]()
You’re welcome @Gen-Audio ! Glad I could help!