Enabling RTL on the v8 HTML Version
In relation to my current v8 project, I need to implement the RTL layout.
I understand that the RTL stylesheet (style.bundle.rtl.css) is typically generated via the build tools (Gulp/Webpack). However, since I am using the pre-compiled HTML package, I do not have this build environment set up.
Could you please clarify how I can enable the RTL layout in this context? Does the pre-compiled HTML download package already include the necessary style.bundle.rtl.css file, and I simply need to reference it in my HTML, or is there another process I should follow?
Hi,
For enabling the RTL support for v8 Bootstrap version of Metronic you will need to follow https://preview.keenthemes.com/html/metronic/docs/getting-started/rtl and generate the RTL css files and include them conditionally in your HTML.
Regards,
Sean