Forums

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

Home Forums CSS CSS Menu Widths Reply To: CSS Menu Widths

#235746
Merritt
Participant
nav ul li ul {width:100%;}
#drop-nav li:nth-child(3) a{padding:5px 25px;}
#drop-nav li:nth-child(3) ul li a{padding: 5px 10px;}

works for me