Solved
CSS for Pagination Widget
How to apply CSS for pagination widget?
I need to reduce the height and width of pagination widget.
How to apply CSS for pagination widget?
I need to reduce the height and width of pagination widget.
.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
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.