melton51
Forum Replies Created
-
Had this same issue on our network sites; the Row-columns were suddenly in Block Recovery mode. In the code the markup of a Row-column has the width appended as a inline style attribute (e.g. width=55%) and in the 2.19 release, those inlines were absent.
2.19.1 didn’t appear to fix this issue.
Not helpful, we know how to troubleshoot (enough at least, thats how we know of unwanted css in the first place)
More importantly: what essential features in 5.8 requires common.min.css, form.min.css, and reset.min.css to provide style support for? or can we simply de-enqueue these until further notice?
Forum: Fixing WordPress
In reply to: Problems with common.min.css in 5.8We have a custom theme we built and it too has issues with 5.8 mainly around changing default styles and colors.
We’d also de-equeue, but we’d like to know (and can’t find the answer to) what these styles do or if they’re being prepositioned for new functionality in this and later versions?
The new stylesheets appear to be:
– common.min.css
– forms.min.css
– reset.min.cssThanks!