Servo Open/Close

I see what you're saying. Before I change anything, I should note that pushing the tactile button (with pull down) doesn't do anything. I then changed the "if" statement to read

if (LidTrig == LOW) {

Nothing changed....or rather, pushing the button still doesn't do anything. I have the button wired up as in this example:

The "output" of the button is going to pin 2 on the Arduino (UNO). I know the servo is wired properly since I can get it to move by changing the values in the "else" segment. Am I missing something in the wiring of the button?