CSS for Horizontal Navigation Arrows

CSS for Horizontal Navigation Arrows.

This CSS code enables users to navigate the questions from left to right by changing the direction of the navigation arrows from vertical to horizontal.

.ss_classic_form_navigator button svg {
transform-origin: 50% 50%;
transform: rotate(-90deg);
}