Hi Trying to change the spacing when creating a UI and LI dropdown menu with a java from this site.. some help would be appreciated.
Link to site removed by moderator
UL is all the way to the far left of the frame(good), LI is too far indented in for the sub menu.
eg
Sensor Page
Sensor 1
Sensor 2
Sensor 3
I need it to look like this more
Sensor Page
Sensor 1
Sensor 2
Sensor 3
This is my CSS code
.outline {
list-style: none;
}
.outline ul {
list-style: none;
}
.outline li {
cursor: auto;
}
.olink {
border-style: none;
padding-right: 5px;
}
.oimg {
border-style: none;
}
ul li, ol li {
margin-bottom: 1px !important;
}