Forums

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

Home Forums CSS Dropdown menu padding, spacing! Reply To: Dropdown menu padding, spacing!

#236115
Paulie_D
Member

It’s not entirely clear what you are asking but the padding is controlled by this.

.nav li ul {
    position: absolute;
    top: 52px;
    left: -27px;
    padding: 20px;
}