Add the ability to customize pagination

To be able to change the size and spacing between the dots.

1 Like

Hi there and welcome aboard, @ekwa_marketing :waving_hand:

Thanks for sharing your idea! If this request gets more votes, we’ll try to think about it as a setting option in the future :slightly_smiling_face:

Unfortunately, there is no custom solution to adjust the spacing between dots, but you can change the size of the pagination using this code on the Custom CSS field on the Style tab of your widget’s settings:

[class*="BulletsControl__BulletsControlContainer-sc"] {
  transform: scale(1.5);
}
1 Like