• I am building my theme with RTL(right to left) language support. But I am in trouble with the background positions: For example:

    background: transparent url('images/sm.png') no-repeat -31px 0;
    background-position: -31px -32px;

    Any idea?

The topic ‘Background position in RTL mode’ is closed to new replies.