This topic has 9 replies, 3 voices, and was last updated 3 years, 2 months ago ago by Olga Barlow
I have translated the website using TranslatePress to Arabic, but the position alignment of the text changed and in some cases the Arabic text is overlapping images ). While in English it is perfectly positioned , how can I ensure the postion of text in Arabic in the same positions of English while keeping RTL?
Thank you
Hello,
Please provide URL and temporary wp-admin access, so we can take a closer look.
Regards
wafergy.shop
Fixed by the next custom CSS code https://prnt.sc/1r1nap8
Regards
Thank you for fixing this! But please check in the attached images, text in the circled area is aligned to the left, how can that be fixed to have it aligned to the right?
Thank you
Add the next code in Theme Options > Theme custom CSS:
.rtl form.wpcf7-form label,
.rtl .vc_custom_heading {
text-align: right !important;
}
.rtl div.mobile-menu-content .et_b_header-menu .menu li a .et-icon {
margin-right: 0;
}
Regards
Thank you, this has fixed the issue but has aligned the text circled in red to the right, which is supposed to remain in the center. How can I keep that text only in the center?
Thank you
Hello,
Add custom class https://prnt.sc/1roluhu , for example, custom-right
for heading that should be right aligned, then change this code https://prnt.sc/1rolmfl to
Also, if you are using WPBakery, Elementor plugin can be disabled.
.rtl form.wpcf7-form label,
.rtl .custom-right {
text-align: right !important;
}
.rtl div.mobile-menu-content .et_b_header-menu .menu li a .et-icon {
margin-right: 0;
}
Regards
Hello,
Add the custom class for the custom headings that you want to align center
https://prnt.sc/1rom12v
Check page now.
Regards
You must be logged in to reply to this topic.Log in/Sign up