• Resolved mevusas

    (@mevusas)


    I have slightly modified the size of the slider as well as the alignment to suit Hebrew, but there are 2 imperfections about the current configuration:
    1. the number (1/5 etc.) is not RTL
    2. The size of the slider (probably due to my modification) changes from post to post.

    How can I solve these?

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Please try this CSS to keep the slider at a fixed size:

    #mission-slider .slides {
      min-height: 352px !important;
    }

    As for the slider format, could you share with me what the proper formatting should look like? I see it like this right now when I view the site: https://screenshot.competethemes.com/Blu1xwd7

    Thread Starter mevusas

    (@mevusas)

    The CSS worked perfectly. Regarding the formatting, I just want to switch the places of “2” and “5” in this case (as you would have in english, I want letters to be RTL but numbers LTR).

    Thanks!

    Theme Author Ben Sibley

    (@bensibley)

    Thanks for explaining.

    This CSS should change the slide numbers to LTR formatting:

    .mission-slider .slide-counter {
      direction: ltr;
    }
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Hebrew Slider’ is closed to new replies.