I asked about this problem a week ago in wordpress.org, you can see the details here: https://wordpress.org/support/topic/broken-css-on-2-of-my-article
Turns out, DW Argo css will have a conflict with any wordpress post that has "404" characters in its ID.
For now, I just disabled all 404 css styles in DW Argo. Please look into this problem.
1 Answers
Hi, thank you very much, we’ll note this to fix on the update, at this time, you can change all the:
body[class*="404"]
to
body[class*="error404"]
You can change it in the file : dw-argo/css/dw-argo.min.css, and dw-argo/css/dw-argo-responsive.css
Please login or Register to submit your answer