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

    Hi, I updated to the latest release and there are still alignment issues with RTL.

    #921485

    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

    #921516

    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.

    #921571

    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

    #921619
    This reply has been marked as private.
    #921838

    Hi,

    Please try

    #top fieldset {
    float: right;
    }

    Let us know if that fixed the issue.

    Best regards,
    Basilis

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