Uuv_cloudAug 28, 2023
Hello,
I would like to position the arrows to direct to the outside - like in standard view.
Pic attached with RTL on page.
Please reffer to the css page with the changes need to be made.
Thank you.
1 reply · opened Aug 28, 2023
Hello,
I would like to position the arrows to direct to the outside - like in standard view.
Pic attached with RTL on page.
Please reffer to the css page with the changes need to be made.
Thank you.
Hello,
Consider using the following CSS Code:
[ch_pre type="css"].flex-prev {
left: 0;
right: auto;
}
.flex-next {
left: auto;
right: 0;
}[/ch_pre]
Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
Have the same question, or something new?
Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.
Reply on the dashboard