The presence or absence of the WP Admin Bar causes a change in the size of the offset necessary.
It seems that ideally this should be handled in the JavaScript, where the presence or absence of the WP Admin Bar is detected and the offset modified.
The question is what does this offset modification look like.
- Is the option set assumed to be with or without the WP Admin Bar?
- Does it make sense to include two options (one for with and one for without the WP Admin Bar)?
The presence or absence of the WP Admin Bar causes a change in the size of the offset necessary.
It seems that ideally this should be handled in the JavaScript, where the presence or absence of the WP Admin Bar is detected and the offset modified.
The question is what does this offset modification look like.