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

Hi,

found the problem in the source code. WordPress security system transform the “>” to “>”.

Please try this, then it should work:

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