Home Forums Theme support Unable to install Sundance Theme Reply To: Unable to install Sundance Theme

Hi Leslie,

you are right, thats not correct. Go to WordPress admin -> Appearance -> Theme Options -> General -> General Settings -> Extra CSS Content (textarea) and insert this:

.sidebar ul.sub-menu > li > a {
z-index: 22;
position: relative;
padding-left: 20px;
display: block;
}
.sidebar ul.menu > li:before {
top: 20px;
}

This will solve all issues, it’s tested.