CSS text button won't position in the center no matter what -


i trying style css navigation bar. did before table, works fine, trying un-ordered list , styling whatever do, text not go middle of button. may see buttons in code below:

jsfiddle.net/anidimitrovaaanidimitrova/tbh62k9q/ 

i tried with:
- text-align: center;
- vertical-align: middle;
- position: absolute
- float:center;

thanks lot in advance ideas might have.

.mainheader nav a:link, .mainheader nav a:visited{     color:#ab6f80;     display: block;     padding: 7px 20px;     /* come here assign height */     height:71px;    line-height:71px; } 

line-height added - work fine 1 line of text in link... http://jsfiddle.net/tbh62k9q/2/


Comments

Popular posts from this blog

node.js - Mongoose: Cast to ObjectId failed for value on newly created object after setting the value -

gradle error "Cannot convert the provided notation to a File or URI" -

python - NameError: name 'subprocess' is not defined -