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

Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X

How to hide "Tab Area" margin?

Sathishkumar_C
17-Peridot

How to hide "Tab Area" margin?

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? 

1 ACCEPTED SOLUTION

Accepted Solutions

Thanks for your reply. I got a solution.

 

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

View solution in original post

2 REPLIES 2

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

Thanks for your reply. I got a solution.

 

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

Top Tags