RTL dropdown menu bugs

3 replies · opened Feb 4, 2021

IindisainFeb 4, 2021

dear support,
i have issue with RTL layout on dropdown menu.
you can see the screenshot on attachment.

i used index-magazine.html template

home menu dropdown
the left margin of drowndown is out of the box.
not has the same left with home text left margin.

need your support to fixed this issue

SSemicolon WebSTAFFFeb 5, 2021

Hello,

Apologies for the Inconvenience regarding this! There is a minor bug with this.

Simply find the following code in the style-rtl.css File:
[ch_pre type="css"].sub-menu-container .sub-menu-container {
right: 100%;
left: auto;
}[/ch_pre]

and add the following code just before the above code block:
[ch_pre type="css"].sub-menu-container {
left: auto;
right: 0;
}[/ch_pre]

This will definitely fix the issue. We will include this fix in the Next Update. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

IindisainFeb 5, 2021

thank you, issue is gone now.

SSemicolon WebSTAFFFeb 5, 2021

Hello,

Glad that the issues were resolved!

Do let us know if we can help you with anything else or if you find any further issues with Canvas.

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
RTL dropdown menu bugs · Canvas Template Support