Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • ssuresh Friend
    #148816

    Hi !

    I am try I am trying to align the width I made some changes in Layout.css file

    #ja-mainbody {
    float: left;
    width:650px !important;
    }
    #ja-current-content, #ja-main { float: right; }

    /* Right Column —*/
    #ja-right {
    float: right;
    width:330px !important;

    But I am unable to move the line in that column , plz check the image for your reference

    My website link http://new.theinfotalk.com


    1. joomla
    Saguaros Moderator
    #333271

    can you pls read the wiki http://wiki.joomlart.com/wiki/JA_Template_Framework/FAQs

    1) You open the file: templatesja_teline_iiilayoutsdefault.php and find codes at line 14:
    [PHP]$this->_basewidth = 20;[/PHP]
    please adjust the value of this variable to change the width;
    2) Open the file /templates/ja_teline_iii/css/template.css:
    #ja-container.ja-r2 .main { background: url(../images/dot.gif) repeat-y 60% 0 #fff; }

    please replace: 60% by yours width

    ssuresh Friend
    #333283

    <em>@tienhc 165750 wrote:</em><blockquote>can you pls read the wiki http://wiki.joomlart.com/wiki/JA_Template_Framework/FAQs

    1) You open the file: templatesja_teline_iiilayoutsdefault.php and find codes at line 14:
    [PHP]$this->_basewidth = 20;[/PHP]
    please adjust the value of this variable to change the width;
    2) Open the file /templates/ja_teline_iii/css/template.css:
    #ja-container.ja-r2 .main { background: url(../images/dot.gif) repeat-y 60% 0 #fff; }

    please replace: 60% by yours width</blockquote>
    Hi Tienhc

    Thanks

    ssuresh Friend
    #333353

    Hi !

    Thanks You

    Its Working Fine in IE7 & IE8 But its Not Working Fine In FireFox

    I am getting Some Space , Plz Refer the Attachment


    1. JOOMLA2
    Saguaros Moderator
    #333391

    Hello guy

    pls give me your changes on the template, i would like to test this on my site and i’ll give you the answer,

    ssuresh Friend
    #333408

    Hello !

    Thanks for your Quick reply

    I done some small changes as above you suggested

    1) in the file: templatesja_teline_iiilayoutsdefault.php

    PHP Code:
    $this->_basewidth = 17.5;

    2) In the file /templates/ja_teline_iii/css/template.css:

    HTML Code:
    #ja-container.ja-r2 .main { background: url(../images/dot.gif) repeat-y 65.3% 0 #fff; }

    3) In the file /templates/ja_teline_iii/css/ie.css
    #ja-container.ja-r2 .main { background: url(../images/dot-1pxfix.gif) repeat-y 65.3% 0 #fff; }

    Above 3 Changes i done its working Fine in IE…. But Firefox its not working…

    Saguaros Moderator
    #333929

    <blockquote>
    2) In the file /templates/ja_teline_iii/css/template.css:

    HTML Code:
    #ja-container.ja-r2 .main { background: url(../images/dot.gif) repeat-y 65.3% 0 #fff; }

    3) In the file /templates/ja_teline_iii/css/ie.css
    #ja-container.ja-r2 .main { background: url(../images/dot-1pxfix.gif) repeat-y 65.3% 0 #fff; }
    </blockquote>

    they have a mistake in the percent of width
    >>

    2) In the file /templates/ja_teline_iii/css/template.css:

    HTML Code:
    #ja-container.ja-r2 .main { background: url(../images/dot.gif) repeat-y 65% 0 #fff; }

    3) In the file /templates/ja_teline_iii/css/ie.css
    #ja-container.ja-r2 .main { background: url(../images/dot-1pxfix.gif) repeat-y 65% 0 #fff; }

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

This topic contains 7 replies, has 2 voices, and was last updated by  Saguaros 14 years, 8 months ago.

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