-
AuthorPosts
-
Balaji Ramanathan Friend
Balaji Ramanathan
- Join date:
- September 2014
- Posts:
- 187
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 24
- Thanked:
- 2 times in 1 posts
March 21, 2011 at 3:08 pm #161734Hello,
I would appreciate if somebody can help me out.I installed J 1.6 and installed the lime template. Its bare bones. You can see in the screenshot.
I set the width as ‘narrow’ and as you can see, content is narrow, however, the footer – ‘You are here: etc” are spanning the entire frame. Is there a way to reduce it and span as the above contents & menu?
please help.
John Wesley Brett ModeratorJohn Wesley Brett
- Join date:
- July 2013
- Posts:
- 2142
- Downloads:
- 17
- Uploads:
- 26
- Thanks:
- 175
- Thanked:
- 645 times in 426 posts
March 21, 2011 at 4:14 pm #382551The issue is that the template is not centered…it’s floating left.
1) open the file: /templates/ja_lime/css/layout.css
and find codes:
.main { width: 980px; max-width: 1200px; margin: 0 auto 0 55px; position: relative;}
and replace to read:
.main { width: 980px; max-width: 1200px; margin: 0 auto; position: relative;}
Let us know if you need further.
Thanks!
John.John Wesley Brett ModeratorJohn Wesley Brett
- Join date:
- July 2013
- Posts:
- 2142
- Downloads:
- 17
- Uploads:
- 26
- Thanks:
- 175
- Thanked:
- 645 times in 426 posts
March 21, 2011 at 4:34 pm #382556If you can turn off “Development” mode and uncompress your CSS files we can more accurately tell you exactly what to change – to the line number. Drop me a line, or submit a ticket if you need further assistance.
Thanks!
John.Balaji Ramanathan FriendBalaji Ramanathan
- Join date:
- September 2014
- Posts:
- 187
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 24
- Thanked:
- 2 times in 1 posts
March 21, 2011 at 5:54 pm #382570Sorry, I wasn’t quite clear. Actually I wish to have the content on the left and not in the center. When I tried to edit the code as suggested, it brought all contents to the center and still the bottom line with “you are here” spanned entire width and also came in the center.
I am hoping to achieve as in the screenshot. Lines and background color of ‘you are here’ content should not appear and should be in flush with main content.
Which css file should I send to you? please kindly let me know. Also, I have PM’d the URL. Please check.
huypl Friendhuypl
- Join date:
- February 2011
- Posts:
- 162
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 2
- Thanked:
- 20 times in 20 posts
March 22, 2011 at 12:23 pm #382705Hello drb07,
You can try this
Open the file: /templates/ja_lime/css/layout.css
Add this line at the end of the file:
#ja-navhelper{ width:980px; background:#FFF!important}Let me explain. 980px is the width of the footer. You can set another value lower than 980px as you like to fit the whole page. But remember, by somehow, you wanna change your template width to “wide” again, then you have to delete this line.
Balaji Ramanathan FriendBalaji Ramanathan
- Join date:
- September 2014
- Posts:
- 187
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 24
- Thanked:
- 2 times in 1 posts
March 22, 2011 at 7:03 pm #382753can anybody help me please?
John Wesley Brett ModeratorJohn Wesley Brett
- Join date:
- July 2013
- Posts:
- 2142
- Downloads:
- 17
- Uploads:
- 26
- Thanks:
- 175
- Thanked:
- 645 times in 426 posts
March 22, 2011 at 7:59 pm #382759Because your site is still set up in “Developer mode” and you are “compressing your CSS files” it is impossible for us to give you the exact file and line numbers for which you need to change.
However you simply need to change the following:
Change from:
.wrap {
clear:both;
width:100%;
}Change to:
.wrap {
clear:both;
width:770px;
}I have attached a screenshot so that you will believe what I am telling you.
Good luck.
John.Balaji Ramanathan FriendBalaji Ramanathan
- Join date:
- September 2014
- Posts:
- 187
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 24
- Thanked:
- 2 times in 1 posts
March 23, 2011 at 1:45 pm #382894Thanks huypl, sorry I didn’t see your post.
-
AuthorPosts
This topic contains 8 replies, has 3 voices, and was last updated by Balaji Ramanathan 13 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum