CSS Processing Bypassing Some CSS in style.css
-
I have a style.css file in my child theme, and no matter what I exclude, when I have css processing enabled it ignores the following piece of css in my style.css file. Any idea why it’s ignoring this and not other pieces? I can’t figure out what setting to change in order to make this style apply. Right now it’s causing my category names to be stacked on top of each other rather than show in rows next to each other, which is what the following css does in my theme.
#archive-categories .list_shop_categories li {
width: auto;
margin-right:10px; padding-right:10px;
border-right:1px solid rgba(0, 0, 0, 0.1) !important;
}
The topic ‘CSS Processing Bypassing Some CSS in style.css’ is closed to new replies.