I have an issue with the Aside menu in Metronic demo4, Aside is not moved to the right side, I follow all RTL documentation and use Webpack (), but also it is not moved to the right, what should I do ?? thank you for your support.
To enable the RTL, please ensure that you have followed the RTL (Right-to-Left) documentation correctly. Here are a couple of steps you can take:
1. Set the HTML tag with RTL attributes:
<html direction="rtl" dir="rtl" >
2. Replace the CSS files with the corresponding RTL versions: Metronic provides RTL-specific CSS files that should be used for right-to-left layouts. Make sure you replace the regular CSS files with the corresponding `.rtl.css` files.
If the issue persists, please provide more details or share relevant code snippets, and we'll be happy to assist you further.