Home Forums WoodMart support forum error in rtl for menu arabic lang

error in rtl for menu arabic lang

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #356744

    adilsaeed
    Participant

    I use wpml and when we choose arabic lan can not make menu RTL right and in the header builder I do all config to make it to right
    can you check it the arabic and english link in the footer

    #356962

    Artem Temos
    Keymaster

    Hello,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    .rtl .wd-header-main-nav.text-left {
      text-align: right;
    }

    Kind Regards

Viewing 2 posts - 1 through 2 (of 2 total)