I am trying to override a custom css file called responsive.css with child themes in wordpress.
If I edit the responsive.css of the parent there is no problem but if I do it in the responsive.css child it does not work
The rest of the files (style.css) do work in the child theme but responsive.css does not.
What you should do is add in the functions.php of your child theme the replacement of this file:
If you notice, in the
wp_enqueue_scripts
first action I unregister the responsive.css and then register the new one