Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • ak1design Friend
    #136298

    Hi,
    I have changed my website to the rtl direction right to left for arabic, but the small icon image in getting in the midle of my menus,

    where can i change the position please?

    many thanks


    1. icon
    scotty Friend
    #283229

    Open template.css (line 775) and find…

    div.module h3 span.ja-mdtool {
    display:block;
    height: 17px;
    position: absolute;
    right: 15px;
    top: 8px;
    width: 17px;
    }

    and change to…

    div.module h3 span.ja-mdtool {
    display: block;
    height: 17px;
    position: absolute;
    left: 0;
    top: 8px;
    width: 17px;
    }

    ak1design Friend
    #283238

    many thanks scotty, that has fixed it 🙂

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  ak1design 15 years, 11 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum