I would like to completely remove various attributes from the parent CSS using the child CSS.
Is there an easy or universal way to remove them? For example:
.widget{
width:290;
margin-bottom:12px
}
I want to remove the width:290 in the child theme. Other times, I want to remove the margin, or link formatting, etc. Is there a universal command I can use to clear formatting from the parent theme?
This may be more of a CSS question than a WordPress support question.