Tagged: ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #932575

    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

    #932812

    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

    #932847

    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

    #932884

    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

    #932890

    ok. thank you!
    pleas also look at the contact form on a bottom of this page

    #932907

    Hi,

    You’re welcome, add this css code also:

    #top.rtl .avia_ajax_form .form_element_third {
        margin-right: 0;
    }

    Best regards,
    Nikko

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.