I want to add an href to the Contact Sales button in the following code. If I wrap the button in an anchor tag the button moves down out of alignment with the other button (it
In Bootstrap, anchors with a "btn" class are styled identically to buttons. Therefore, you can actually change the 'Contact Sales' button into an anchor while preserving the button style.
Untested (since jsFiddles don't seem to elicit the problem you're having):
I also removed the dropdown-toggle
class from the anchor, because I'm guessing you don't want it to be both a link and a dropdown toggle.