This topic has 2 replies, 2 voices, and was last updated 5 years, 3 months ago ago by Olga Barlow
Can i move the “+” symbol to the left in categories dropdown?
Hello,
Yes, Add the following code to child theme style.css
.product-categories .open-this {
float: left;
right: auto;
left: 0;
}
.product-categories > li > a {
padding-left: 35px;
}
.product-categories > li > ul {
padding-left: 35px;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up