I'm attempting to include dir=rtl or direction: rtl in the CSS, but it doesn't seem to have any effect on the browser and the content still displays left to right. What steps can I take to fix this?
This template is pre-made from Colorlib. It's a free HTML/CSS template. Thanks!
<div class="col-lg-4 col-md-6">
<div class="other-feature-item">
<i class="ti-key"></i>
<h4>title</h4>
<div>
<p>
content
</p>
</div>
</div>
</div>