I have a landing page that I’ve built and have used the absolute positioning on the desktop version of the page to position a list of radio buttons exactly where I want it. Unfortunately when moving to mobile the absolute positioning on desktop is maintained. I looked in developer tools to see if there is a media query for setting the positioning, which there is (at max-width: 600px) but any CSS I add to my stylesheet cannot override it. I have used the exact CSS selector for the element and have used !important in hopes of being able to override the initial desktop positioning but nothing happens!
Anyone have any insight on how to make this work?