-
AuthorPosts
-
February 19, 2010 at 6:46 am #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
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
February 21, 2010 at 9:17 am #333271can 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
1 user says Thank You to Saguaros for this useful post
February 21, 2010 at 2:11 pm #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 TienhcThanks
February 22, 2010 at 5:38 am #333353Hi !
Thanks You
Its Working Fine in IE7 & IE8 But its Not Working Fine In FireFox
I am getting Some Space , Plz Refer the Attachment
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
February 22, 2010 at 10:21 am #333391Hello 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,
February 22, 2010 at 11:30 am #333408Hello !
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 ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
February 26, 2010 at 3:55 am #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; }AuthorPostsViewing 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
Jump to forum