Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • acho Friend
    #166310

    Hi,

    How I can make the tabs widht to be auto so the tabs will fill the whole frame /now it leavs some space after the last tab and the border of the frame/

    Thank you

    chavan Friend
    #401482

    Go this File /plugins/content/ja_tabs/themes/teline_iv/style.css

    Replace this Code


    .teline_iv .container .ja-tabs-title-top ul.ja-tabs-title {
    height: 26px;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: -5px;

    }

    With


    .teline_iv .container .ja-tabs-title-top ul.ja-tabs-title {
    height: 26px;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: -5px;
    width: 100%;
    }

    Replace this Code


    .teline_iv .container .ja-tabs-title-top ul.ja-tabs-title li {
    cursor: pointer;
    display: block;
    float: left;
    margin: 0;
    height: 26px;
    border-top: 5px solid #ccc;
    background: url(tab-divider.gif) repeat-y right;
    }

    With


    .teline_iv .container .ja-tabs-title-top ul.ja-tabs-title li {
    cursor: pointer;
    display: block;
    float: left;
    margin: 0;
    height: 26px;
    border-top: 5px solid #ccc;
    background: url(tab-divider.gif) repeat-y right;
    width:50%;
    }

    Note: If you Find my Post useful please click on the Thanks Icon

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

This topic contains 2 replies, has 2 voices, and was last updated by  chavan 13 years, 3 months ago.

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