Here is one of my quizzes:
litfan.ru/testy/test-na-pisatelskie-sposobnosti/
What I mean is: when someone selects any answer in question, it automatically autoscrolls down to a next question. And I need an offset, because I have a fixed menu at the top. I tried different css selectors of this fixed menu to make a needded offset. But there isn't any selector, that suits all the screen widths.
Right now on mobile phones and PC offset is okay, but on tablets it's awful - it covers question titles during autoscroll. So I decided to make different offsets in px for different screen widths, by using @media.
What do I have to add in you "Custom CSS tab" for that?