Hi,
I know this may be outside the scope of your support but I was hoping I could get a little help with this problem.
I can’t seem to be able to get the text inside a button to align centre vertically…
this is the css code im using for the button…
/* Comment button Styling */
#entry-comment-submit {
font-weight: bold;
font-size: 19px;
text-shadow: none;
background-color: #FFF;
border: 2px solid;
color: #52c27d;
}
#entry-comment-submit:hover {
background-color: #52c27d;
border: 2px solid;
border-radius: 0.1em;
color: #FFF;
border-color: #49ae70;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}
/* Comment button Styling */
Any help would be amazing.
cheers
sean