This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

problem in rtl and another feature

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #17292
    karimkarim
    Participant

    hi i have a problem with rtl with setting content
    i does not know what css element will resolve this issue
    the slider handle also did not work
    i attached a screenshot because my site now on my local server and not live
    another thing i ask if you can add feature in next update
    make user can type the range in two input boxes insted of slider, i found some errors in slider on phones
    thanks

    #17304
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi!

    Unfortunately I cannot tell based on a screenshot, but I am guessing that it is either a CSS conflict, or the rtl class is missing from the document body.

    [html]div.asp_w.asp_s.searchsettings form, div.asp_w.asp_sb.searchsettings form {
    flex-direction: row-reverse !important;
    }

    .asp_content, .asp_nores, .asp_content *, .asp_nores *, .searchsettings form {
    text-align: right !important;
    direction: rtl !important;
    }
    .asp_option {
    direction: ltr !important;
    }
    [/html]

    Try the following custom CSS, but I don’t know if it will have any effect.

    #17353
    karimkarim
    Participant

    You cannot access this content.

    #17363
    Ernest MarcinkoErnest Marcinko
    Keymaster

    You cannot access this content.

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