I am trying to have one of my menu items on the navigation bar be a button. I have searched the forums and have tried everything that has been suggested. However I am still unable to make the text vertically centered without having the button positioned all the way at the top of the screen.
Here is the CSS I am currently using.
.x-menu-item-contact-button {
height: 40px;
margin-top: 15px;
border-radius: 0;
background-color: #a74482;
border: none;
}
My website is MarkeeWeddings.com
