Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Navbar Button Menu issues Reply To: Navbar Button Menu issues

#276425
Atelierbram
Participant

Fix the gap:

/* Menu Bar Style */
.navbar {
/* overflow: hidden; */
  position: relative;
}

Center the navbar menu:

.item-b {
  grid-area: menu;
  display: flex;
  justify-content: center;
}