Hello, I am trying to aligh center this header but I can't do it.
This is what I got:
.itemExtraFields h3 {
padding: 5px 41px 5px;
font-size: 14px;
color: #fff;
background-color: #1dbaf4;
align-self: center;
border-radius: 3px;
}
Link:
www.quebecguitare.ca/professeurs/montreal/emilie
(See "Informations Supplémentaires")
I think it's a mistake to use both padding and aligh-self. Any better solutions?
Thank you
Regards