Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #920351

    Hi
    I lay outed 3 columns in a page with the layout builder. they have the same elements . in ltr their alignment looks fine but in RTL. the one in the middle clings to the right column. how can i solve this problem?
    thank you
    Uri

    #920645

    Hi Uri,

    Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #921016

    Hi Rikard

    Thank you for your quick response.

    I’m sending you a link to the page.
    thank you again

    Uri

    #921018

    Hi Rikard

    Thank you for your quick response.

    I’m sending you a link to the page.
    and also a screenshot of it.

    thank you again

    Uri

    • This reply was modified 6 years, 10 months ago by ushtaigman.
    #921416

    Hi,

    Please remove the left margin of the last column and set a value to the first.

    @media only screen and (min-width: 768px) {
        .rtl div .first {
            margin-left: 6%;
        }
    
        .rtl .flex_column.avia-builder-el-10 {
            margin-left: 0;
        }
    }

    Best regards,
    Ismael

    #921456

    hi Ismael
    It is working now!!!
    Thank you so much
    Uri

    #921695

    Hi Uri,

    Glad that Ismael helped you. Thanks for using Enfold :)

    Best regards,
    Nikko

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘problems building a page as RTL oriented’ is closed to new replies.