Forums

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

Home Forums CSS Where is the space between these menu items coming from? Re: Where is the space between these menu items coming from?

#84240

In line 191 of ucbl-styles.css you’ve got this:

ul.main-nav-list li {
display: inline;
padding-right: 5px;
}

If you remove the padding then the red rectangles should touch again