Skip to main content
12-Amethyst
August 17, 2022
Question

How to center align the tabset

  • August 17, 2022
  • 1 reply
  • 3656 views

I would like to center align the tabset. I have also attached the image for reference.

 

Note: I inspected and added the below CSS it worked. But if I try writing in custom CSS then it didn't work. So I need the CSS to be added.

 

justify-content: center;

1 reply

17-Peridot
August 17, 2022

Not sure about CSS.

But we approached this use case with "Button Bar" and "Expression". And, its working fine.

12-Amethyst
August 17, 2022

I need that tab to be in the middle

17-Peridot
August 17, 2022

try below code.. its working for me..

.widget-ptcstabset::part(tabs-header)::part(tabs) {
 justify-content: center;
}