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
Hi Uri,
Could you post a link to the site in question so that we can take a closer look please?
Best regards,
Rikard
Hi Rikard
Thank you for your quick response.
I’m sending you a link to the page.
thank you again
Uri
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
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
hi Ismael
It is working now!!!
Thank you so much
Uri
Hi Uri,
Glad that Ismael helped you. Thanks for using Enfold :)
Best regards,
Nikko