Per Devin's request, I am re-posting this in the Avisio forum. I have experienced problems with bulleting, lines, and nesting with the Avisio theme. I have determined, through investigation, that the problem exists only when using the Avisio - Default Skin. When I switch to the Avisio - Minimal Skin things work properly. I was last working with Mya on this issue. Please see text from Devin and previously my recap to Mya of the situation below. Basically, I would like to use nested bullets (with or without the lines) with the Avisio - Default Skin. I cannot get it to work. If I switch to the Avisio - Minimal theme, I have no problem as things work as expected.
Thank you for your assistance.
mbersano
----------------------------------
Hi mbersano,
I'm concerned this is getting a bit of a mess to follow and that its mostly about Avisio but on a support item in the Twicet forum.
I'm going to lock this thread for now, and would appreciate if you could create a new support request in the Avisio forum re-stating what you are looking to achieve now.
Thank you and I'm sorry for the brief inconvenience of having to ask one more time :)
Regards,
Devin
---------------------------------
Thanks, Mya. That did the trick on the doubled line. Now the Skin is the only issue.
So to recap, I've appended the following to the bottom of my edited style.css (which, by the way, is also version 1.21):
.entry ul ul, .entry ul ul ul {
margin-left:10px;
}
.entry ul ul li {
list-style-type:disc;
}
.entry ul ul ul li {
list-style-type:circle;
}
.entry ul ul, .entry ol ol, .entry ul ul ul, .entry ol ol ol {
border-top: 0;
}
Works just fine with skin Avisio - Minimal. When I switch back to Avisio - Default, however, lines and bullets disappear, though the nesting itself stays in place. Same behavior whether I'm using the unedited style.css version 1.21 directly from ThemeForest, or my edited style.css version 1.21.














