Select elements in the sidebar, which is better?

So, my friend and I are building a web app and we were having a little argument. We need to have two select elements in the sidebar and one of them is not relevant to a few pages. Which of the following options is the best one ?

Firstly, we had the idea of having it on top and making the non relevant element disappear. It seemed pretty bad because it moves the elements under the cursor.Image with the two elementsImage with only one element

Secondly, we then thought of making the non relevant one disabled.Image with the second select element disabled

Finally, we also thought of putting the elements at the bottom of the sidebar.Image with the two elements at the bottom and then removing the non-relevant oneImage with only one element at the bottom

Which way would be the best ? Thanks in advance !