vw startup pro rtl text should be right aligned
-
When using rtl languages such as Arabic, the theme correctly switches the direction to RTL. However, in RTL mode the default text align should be right (not left). I fixed this by adding “text-align: right;” to the body attribute in rtl.css. Now most of the texts are correctly shown at the right side. One problem remains in H1 (maybe other headers as well). H1 has an inline style of “text-align: left;” that over-rides the setting in rtl.css. How can this be fixed so that H1 is also shown right aligned?
Hi,
Can you please share your site URL it will help us to provide you a better solution.
Many Thanks
Hi,
Kindly follow the steps below to align h1 tag heading to right.
Go to Dashboard >> Appearance >> Customize >> Additional CSS >> Paste the given CSS on it >> Publish.
.main_title h1{
text-align: right !important;
}
Many Thanks
Hi,
Thank you. This solution works when the site has only one language. However, when the site has English in addition to Arabic, the English h1 will also be right sided now. How can this be applied to RTL languages only?
Best Regards
Hi,
If you want we can review the issue, make a user for us assign administrator role, and send us the username and password along with the URL on support@vwthemes.com
Many Thanks
- You must be logged in to reply to this topic.