- United States
- https://kjodle.net
- Joined on
2019-12-20
Block a user
Center the primary menu
That seems to have done the trick. Now just need to work on border and background issues.
Center the primary menu
Changed this in menus.css:
#belowheadermenu,
#belowheadermenu ul,
#belowheadermenu ul li,
#belowheadermenu ul li a,
#belowheadermenu #menu-button {
margin: 0;
padding: 0;
border:…
Center the primary menu
Changed this:
nav#top-menu,
nav#primary-menu {
background: #fafafa;
font-size: 0.9em;
z-index: 100;
}
to this:
nav#top-menu,
nav#primary-menu {
background:…