Private: Home › Forums › HTML Templates › Mixed Modern and Professional HTML Template › Centering Tab Headings › Reply To: Centering Tab Headings
February 28, 2015 at 3:53 pm
#2315
Participant
Oh, I misunderstood you then.
In that case, you could use the css:
.tabs {
text-align: center;
}
.tabs li {
float: none;
overflow: visible;
display: inline-block;
}
It works in Firefox and Chrome, you’ll have to check it in other browsers, but it should work.