Okay
  Public Ticket #2317497
RTL Feature in Neon
Closed

Comments

  • shahadnnan started the conversation

    Hello, 

    we started using Neon theme and we want to replace the (LTR) to (RTL). So, we need the basic instructions to do that without repeating the action in each page.

    which file we have to include to the project?

  • [deleted] replied

    Hi,

    Can you please add this to the html tag in the second line of document dir=”rtl” so it will look something like this

    <html lang="en" dir="rtl">

    and also include the RTL css before the Custom CSS in the head of document:

    <link rel="stylesheet" href="assets/css/neon-rtl.css">

    Thanks!