Skip to main content
Best answer by Sathishkumar_C
.widget-ptcspagination::part(carousel)::part(page-number-button){
min-height:20px !important;
height:20px !important;
}
.widget-ptcspagination::part(carousel)::part(right-arrow){
min-height:14px !important;
height:14px !important;
border-width: 0px;
}
.widget-ptcspagination::part(carousel)::part(left-arrow){
min-height:14px !important;
height:14px !important;
border-width: 0px;
}

Used above CSS codes

2 replies

24-Ruby III
January 7, 2022

 Hi,

 

You can find some information about custom CSS property for the paging widget here: https://community.ptc.com/t5/ThingWorx-Developers/display-only-2-pages-for-pagination-widget/td-p/669050

Sathishkumar_C17-PeridotAuthorAnswer
17-Peridot
February 6, 2022
.widget-ptcspagination::part(carousel)::part(page-number-button){
min-height:20px !important;
height:20px !important;
}
.widget-ptcspagination::part(carousel)::part(right-arrow){
min-height:14px !important;
height:14px !important;
border-width: 0px;
}
.widget-ptcspagination::part(carousel)::part(left-arrow){
min-height:14px !important;
height:14px !important;
border-width: 0px;
}

Used above CSS codes