This topic has 4 replies, 3 voices, and was last updated 8 years, 9 months ago ago by Eva Kemp
Hi,
This keeps getting reset with every update, and I’m wondering whether the you guys could remove the ‘!important’ tag from the styling on line 4821 of style.css:
.sidebar-position-without .product-category,
.products-grid .product-category {
width: 33.3% !important;
}
This is wrapped in an @media rule (line 4785) for screen sizes over 980 pixels:
@media only screen and (min-width: 980px) {
If anything other than 3 columns are selected for displaying product categories this causes obvious problems. I can override this, by adding the ‘!important’ override in the child theme stylesheet, but this means more workarounds elsewhere (I can’t then specify one product block to display 4 columns and another to display 3 because this rule overrides both) and it would be much better if the ‘!important’ override wasn’t there in the first place.
Is there a reason that I’ve failed to spot for using ‘!important’ here? If not, can it be removed in future releases?
Hello,
We’ll take your request into our account and fix it in the theme update.
Best regards,
Jack Richardson.
Thanks, that would be really helpful on the next update! 🙂
Hello,
You’re welcome.
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up