Hi All -
In a previous thread, I saw a way increase the header font size, by adding some code to the asset folder base.css
But my issue is that I now have drop down menus which is creating an issue with the font sizing (see attached). Here is the code I have already added:
@media screen and (min-width: 990px) { .header.header–middle-left { grid-template-columns: auto 1fr auto;
}
nav.header__inline-menu { text-align: center;
}
}
a.header__menu-item.header__menu-item.list-menu__item.link { font-size: 20px;
}
