Viewing 2 replies - 1 through 2 (of 2 total)
  • hi
    just add these css codes in your rtl.css

    #lightGallery-action a {
        margin: 0 0 0 3px !important;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    Thread Starter Prixer

    (@prixer)

    That works

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘RTL >’ is closed to new replies.