Hi, I updated to the latest release and there are still alignment issues with RTL.
Hey DROR,
Sorry I couldn’t match the screenshots with your site, please link to the pages and elements that your screenshots were from.
Best regards,
Mike
Sorry, the link is attached below. Scroll down and you will see the video and scroll a bit more and you will see the buttons.
Hi,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
.rtl div .av_one_fifth,
.rtl div .av_three_fifth,
.rtl div .av_one_fourth {
margin-left: 0;
margin-right: 6%;
}
.rtl div .av_one_fifth.first,
.rtl div .av_three_fifth.first,
.rtl div .av_one_fourth.first {
margin-right: 0;
}
Hope it helps.
Best regards,
Nikko
Hi,
Please try
#top fieldset {
float: right;
}
Let us know if that fixed the issue.
Best regards,
Basilis