Hi,
The enfold 4.2.6 is totally unusable for RTL language (Hebrew)
All columns are not sitting properly.
Using CSS does’t help because there is a problem with all types of columns
Thanks
Dina
Hey dinapost,
Can you give us a link to your site? and ftp access as well, so we can try to debug and check further. Please post the details in private content, so only you (thread creator) and moderators can see it.
Best regards,
Nikko
Hi,
I used this code:
.rtl div.flex_column.first{
clear: right;
margin-right: 0;
}
div .av_one_third {
margin-right: 6%;
margin-left:0;
width: 29.333333333333332%;
}
And that solved most of the problems
But there is still a problem with footer and the contact form
Thanks
Hi,
Glad to hear that, Kriesi and our developers are already worked on this issue and should be released on the next update (4.2.7), for now, please add this temporary solution:
.rtl #footer div.flex_column {
margin-right: 6%;
margin-left: 0;
}
.rtl #footer div.flex_column.first {
margin-right: 0;
}
#top.rtl .avia_ajax_form .form_element_half {
margin-right: 0;
}
Hope it helps :)
Best regards,
Nikko
ok. thank you!
pleas also look at the contact form on a bottom of this page
Hi,
You’re welcome, add this css code also:
#top.rtl .avia_ajax_form .form_element_third {
margin-right: 0;
}
Best regards,
Nikko