Forums

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

Home Forums CSS CSS Menu Hell Re: CSS Menu Hell

#102208
Manojnaanak
Participant

.sidebar-nav-links a
{
display:block;
padding-left:25px;
}

.sidebar-nav-links li
{
list-style:none;
border-bottom:2px dashed #eaeaea;
line-height:30px;
margin:0px 0px 0px -25px;
background-color: #f7f8f9;
}
.sidebar-nav-links li a:hover
{
background-color: #DDDDDD;
}

replace it to your exist css (line 1100)