Text on Tabs v2 Element

What the best practice for wrapping long tab titles on the Tabs v2 element?

thanks

Hi @wbgTHEMECO,

You need to set maximum width first for the titles:

After you have set the maximum width, please go to the Customize tab > Element CSS and then add the following:

$el button{
  white-space: initial;
}

This is customization, for more guidance on CSS adjustment, please check the following:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.