I’m using a child theme and doing little style changes in my child’s style.css. On desktop versions, the changes appear normally, but on mobile devices the responsive.css loads after my child’s CSS and my styles are being overwritten.
How do I enqueue responsive.css so my child’s CSS loads after?
Go to Customize > Ambition Theme Options > Site Layout there you can see Responsive Layout make it off and copy all the css of responsive.css which you can find in theme directory > css folder and paste it at the bottom of your child theme css.