]]>.widget-box li {
list-style: none;}
I do not want to open a new topic since it relates to the same sidebar widget, i want to shift each category to left
I tried to use “padding” but it shift only to the right side
li.cat-item.cat-item-67 {
padding: 0 10px; }
It is not possible to use negative padding so how could i shift it to left? Is there any method?
]]>]]>.widget-box ul {
padding: 0px;
}