Skip to main content
17-Peridot
November 29, 2021
Solved

How to hide "Tab Area" margin?

  • November 29, 2021
  • 1 reply
  • 1584 views

Hi,

 

Find the attached screenshot. In that picture, how to hide "BLACK" color area? which coming inside tab area. Is there any configuration for that? 

Best answer by Sathishkumar_C

Thanks for your reply. I got a solution.

 

.widget-ptcstabset::part(pages) {
margin: 1px;
}

1 reply

22-Sapphire I
November 29, 2021

I don't recall seeing something like that, did you set some padding somewhere?

Sathishkumar_C17-PeridotAuthorAnswer
17-Peridot
November 29, 2021

Thanks for your reply. I got a solution.

 

.widget-ptcstabset::part(pages) {
margin: 1px;
}