Skip Navigation

This is the technical support forum for WPML - the multilingual WordPress plugin.

Everyone can read, but only WPML clients can post here. WPML team is replying on the forum 6 days per week, 22 hours per day.

This topic contains 1 reply, has 2 voices.

Last updated by Subash Chandra Poudel 1 year, 6 months ago.

Assisted by: Subash Chandra Poudel.

Author Posts
July 16, 2023 at 1:07 pm #14044563

ofirG

The filter widget on the shop page are not located properly as it should be for Hebrew language. I want them to be right to left and not left to right.

July 18, 2023 at 2:36 pm #14060149

Subash Chandra Poudel

Hi there,

The RTL or LTR style is to be managed by your theme CSS and not WPML. However can you please try the following custom CSS and see if it helps with the issue. Place it at: Appearance -> Customize -> Additional CSS

html[dir=rtl] .widget>ul>li, html[dir=rtl] ul.menu>li {
    list-style: none;
    margin: 0;
    text-align: right;
}
July 18, 2023 at 2:43 pm #14060255

ofirG

Hey Subash, I managed to solve it with the custom css code you gave me.
Thanks a lot, appreciate it!