Problem converting the site from right to left when using the Arabic language
-
As shown in the images below, we face a problem when we convert the site to Arabic from right to left. The social media icons remain fixed on the right side. We would like to fix this by moving the social media icons to the left when the site is converted to the language that supports right to left so that they do not interfere with the main menu.
Attachments:
You must be
logged in to view attached files.
Hello,
I am not able to log in to your site, Can you please share the login URL of your site so I can access the WP admin, check the settings, and give you the possible solution?
I have tried to log in from the front, but it gives me the error Recaptcha failed, see the screenshot attached.
Best Regards.
Attachments:
You must be
logged in to view attached files.
You can now log in normally.
Hello,
Please try to use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Global CSS section:
.rtl .wd-social-icons.wd-style-colored.wd-size-custom.social-follow.wd-shape-square.wd-sticky-social.wd-sticky-social-right.text-center.wd-loaded {
left: 0 !important;
right: auto;
}
Best Regards.