• Resolved fedibelkacem

    (@fedibelkacem)


    Hi,
    Neve is compatible WPML.
    To maintain Header in LtR even in arabic interface (what I’m looking for), WPML suggests to add the CSS:
    header {
    direction:ltr !important;
    }
    It resolves my issue partially because it didn’t applied to my bottom header.

    Can you suggest/add an other code/solution to keep my bottom header aligned right?

    I added a link for the arabic interface (RtL) and you can check the english interface (LtR) from the bottom.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi, @fedibelkacem!

    Thank for choosing Neve!

    To align the footer as you would like, please insert the following code in the Additional CSS section within the Customizer.

    footer {
    direction: ltr !important;
    }

    Let me know if this worked!

    Thank you and have a nice day!

Viewing 1 replies (of 1 total)
  • The topic ‘disable RtL change for bottom header’ is closed to new replies.