I use a tabs section on one of my pages.
However, the text is not centered below the icons.
Can the text ( titles) be centered ?
Hey pixar24,
It can be done if the word is wrapped:
.av-inner-tab-title {
word-wrap: break-word;
min-height: 30px;
}
If you need further assistance please let us know.
Best regards,
Victoria
thanks, this works.
However could the tabs be wider so the title would fit on 1 line, but centered ?