Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • tsahi Friend
    #136432

    Hi,
    Is there a way to align the tabs to the right instead of to the left as it is now?

    Anonymous Moderator
    #283770

    Hi tsahi,

    To align the tabs to the right instead of to the left, please open file plugins/content/ja_tabs/ja_tabs.css, at about line 27, find following script:

    .ja-tabswrap div.ja-tab-content {
    border:medium none;
    padding:0;
    position:absolute;
    width:100%;
    z-index:100;
    }

    and change to:

    .ja-tabswrap div.ja-tab-content {
    border:medium none;
    padding:0;
    position:absolute;
    text-align:right;
    width:100%;
    z-index:100;
    }

    tsahi Friend
    #283779

    I probably didn’t explain my self right.
    I meant for the tabs title to be align to the right.
    I’ve managed to do so but only in explorer when I changed the code on line 62:

    from:

    ja-tabs-title-top ul.ja-tabs-title li {
    float: left;
    background: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
    display: block;

    to:

    ja-tabs-title-top ul.ja-tabs-title li {
    float: right;
    background: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
    display: block;

    but in ifrefox there is no change…
    do you know why and can I change it so firefox will also show it like that?

    izerobot Friend
    #351176

    in case you want to align right in all browsers – I found this simple solution: (of course you have to change it on relevant style of tab)
    .pyrite .ja-tabs-title-top ul.ja-tabs-title {
    height: 29px;
    bottom: -1px;
    right:0px;
    left:0px;

    }

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

This topic contains 4 replies, has 3 voices, and was last updated by  izerobot 14 years, 3 months ago.

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