Hi bricks team,
1- Currently, there is only a Margin control to set the gap between pagination. But a Gap control would make a lot of sense to set this gap. While retaining the Margin control for backward compatibility.
2- By default, Pagination position is absolute… But this has a problem. Because it causes pagination to be positioned on the element below. So we need to give the bottom element a margin from the top to solve the issue. This is a bit time consuming.
Suggested solution?
It would be great to use the delete button approach in the cart items element to adjust the pagination position in the nestable slider.
In the cart items element, the position of the remove product button is static by default. But as soon as you set the left, right, top, and bottom controls, the position changes to absolute, which is great.
Please watch the video below.
With this approach, the pagination will never be placed on the bottom element. Of course, we can also use relative positioning, and it depends on the design style which approach to use to determine the pagination position.
Thank you