cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X

How to adjust the margin in a Tabs widget?

zhuwenxi
11-Garnet

How to adjust the margin in a Tabs widget?

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?

1 ACCEPTED SOLUTION

Accepted Solutions

Hi,

 

Try with custom CSS, like below:

ptcs-page-select::part(pages)

{

margin: 10px !important;

}

 

Hope it helps,

Raluca Edu

View solution in original post

2 REPLIES 2

Hi,

 

Try with custom CSS, like below:

ptcs-page-select::part(pages)

{

margin: 10px !important;

}

 

Hope it helps,

Raluca Edu

slangley
23-Emerald II
(To:zhuwenxi)

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

Top Tags