Hi,
Thanks for great blazor them, I tried to convert templte to RTL but not worked with me. Can you help me please.
screen shot :
https://ibb.co/Hx4JYfN
in KTTheme :
private string _direction = "rtl";
in json file :
"Direction": "rtl"
Hi,
Thank you for reaching out to us.
You can easily switch theme direction by modifying the Direction
property in Starterkit/_keenthemes/config/themesettings.json from "ltr" to "rtl," and then generating the RTL styles.
To generate the RTL styles, simply run the gulp --rtl
command from the Starterkit/_keenthemes/tools folder.
Check out our docs on RTL setup - https://preview.keenthemes.com/html/metronic/docs/getting-started/rtl
Regards,
Lauris Stepanovs,
Keenthemes Support Team