The cause of problem was the fact that site was in right to left direction. To solve it I added the following snippet to the css file.
.pwb-carousel{
direction: ltr;
}
That solved my problem.
-
This reply was modified 6 years, 8 months ago by pcoral.
-
This reply was modified 6 years, 8 months ago by pcoral.