Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • Balaji Ramanathan Friend
    #161734

    Hello,
    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.

    [/URL]

    John Wesley Brett Moderator
    #382551

    The 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 Moderator
    #382556

    If 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 Friend
    #382570

    Sorry, 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.

    [/URL]

    Which css file should I send to you? please kindly let me know. Also, I have PM’d the URL. Please check.

    huypl Friend
    #382705

    Hello 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 Friend
    #382753

    can anybody help me please?

    John Wesley Brett Moderator
    #382759

    Because 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 Friend
    #382894

    Thanks huypl, sorry I didn’t see your post.

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

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