Skip to main content
12-Amethyst
December 12, 2019
Solved

How to adjust the margin in a Tabs widget?

  • December 12, 2019
  • 2 replies
  • 1490 views

In Thingworx8.5, a style with attribute part='pages' is attached to Tabs' content. The margin value set in the style is too large. How can I change the margin value?

Best answer by raluca_edu

Hi,

 

Try with custom CSS, like below:

ptcs-page-select::part(pages)

{

margin: 10px !important;

}

 

Hope it helps,

Raluca Edu

2 replies

raluca_edu
17-Peridot
January 14, 2020

Hi,

 

Try with custom CSS, like below:

ptcs-page-select::part(pages)

{

margin: 10px !important;

}

 

Hope it helps,

Raluca Edu

Support
January 24, 2020

Hi @zhuwenxi.

 

If the response provided by @raluca_edu answered your question, please mark it as the Accepted Solution for the benefit of others with the same question.

 

Regards.

 

--Sharon