Right to Left (RTL) version CSS files are included within the theme. To change it, find the "RTL Version" CSS link in the source code files.
Run assets compiler with --rtl
flag in [root]/theme/default/tools
folder to generate the RTL version of CSS files.
gulp --rtl
Also can be enabled via config in [root]/theme/default/tools/build.json
and run the Gulp compiler to update the assets.
Comment out the normal Left to Right (LTR) CSS files and enable the RTL files which has suffix name *.rtl.css
. For example:
<link href="assets/css/demo1/style.bundle.rtl.css" rel="stylesheet" type="text/css" />
Add the direction attribute to the root HTML tag:
<html direction="rtl" dir="rtl" style="direction: rtl" >
RTL's CSS files can be found in the [root]/theme/classic/vendors/
and the assets
folder of each demo.
Use the CSS files that has a suffix *.rtl.css
to use the RTL version style. The CSS paths are within the same directory of each non-RTL's CSS file.
Find and edit this file [root]/theme/angular/dist/default/angular.json
Check on the node projects.default.architect.build.options.styles
array. Remove non-RTL CSS and change it to these 2 files.
src/assets/vendors/global/vendors.bundle.rtl.css
src/assets/css/demo1/style.bundle.rtl.css
Open [root]/theme/angular/dist/default/src/index.html
. Add the direction attribute to the root HTML tag:
<html direction="rtl" dir="rtl" style="direction: rtl" >
I run a team of 20 product managers, developers, QA and UX resources. Previously we designed everything ourselves. For our newest platform we tried out Metronic. I cannot overestimate the impact Metronic has had. It's accelerated development 3x and reduced QA issues by 50%. If you add up the reduced need for design time/resources, the increase in dev speed and the reduction in QA, it's probably saved us $100,000 on this project alone, and I plan to use it for all platforms moving forward.
The flexibility of the design has also allowed us to put out a better looking & working platform and reduced my headaches by 90%. Thank you KeenThemes!
Everything within Metronic is customizable globally to provide limitless unique styled projects
Choose a perfect design for your next project among hundreds of demos
A huge collection of components to power your application with the latest UI/UX trands
Enterprise ready Angular 7 integration with built-in authentication module and many more
Metronic deeply customizes Bootstrap with native look and feel
Our super sleek and intuitive Datatable comes packed with all advanced CRUD features
Metronic is the only theme trusted by over 70,000 developers world wide
Lifetime updates with new demos and features is guaranteed
Metronic is written with a code structure that all developers will be able to pick up easily and fall in love