Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • cindycc Friend
    #171854

    I have two sort of related questions about Ironis template in Joomla 1.7 – new install. I have the demo installed (http://www.plainsmontessori.com) –

    1. How do I move the Login (and it’s dropdown) to the right hand of the screen, and into the Top position (rather than Topbar as it is now)?

    2. How can I make the Topbar thinner?

    Thanks!

    TomC Moderator
    #429832

    <em>@cindycc 289411 wrote:</em><blockquote>I have two sort of related questions about Ironis template in Joomla 1.7 – new install. I have the demo installed (http://www.plainsmontessori.com) –

    1. How do I move the Login (and it’s dropdown) to the right hand of the screen, and into the Top position (rather than Topbar as it is now)? </blockquote>
    You should be able to accomplish this by simply reassigning the “Login” module to the “top” position.

    <em>@cindycc 289411 wrote:</em><blockquote>2. How can I make the Topbar thinner?

    Thanks!</blockquote>

    Open your template.css file (within the path: /templates/ja_ironis/css/template.css)

    starting at line 1056, you should see the following:


    /* TOPBAR
    --------------------------------------------------------- */
    #ja-topbar {
    background: url(../images/body_black.gif) repeat left top;
    color: #777;
    font-size: 92%;
    position: relative;
    z-index: 12;
    }

    Add a “height” parameter to this CSS rule . . . for example:


    /* TOPBAR
    --------------------------------------------------------- */
    #ja-topbar {
    background: url(../images/body_black.gif) repeat left top;
    color: #777;
    font-size: 92%;
    position: relative;
    height: 20px;

    z-index: 12;
    }

    Play around with the pixel value until you arrive at the height you like.

    SAVE CHANGES …. CLEAR CACHE … REFRESH PAGE

    Hope that helps.

    😎

    cindycc Friend
    #429988

    It helped somewhat, but

    1. Somehow my configuration reverted back to the night color (it was Day – that is set as the default in the Template Configuration) and the old logo is back. I did clear the browser (Chrome) cache. I also closed the browser. Also, if I don’t put in www (which I hadn’t before), I get this error in the browser:

    The server encountered an unexpected condition which prevented it from fulfilling the request.
    The script had an error or it did not produce any output. If there was an error, you should be able to see it in the error log.

    2. How do I move the bottom of the JA Logon dropdown to the right to go with the Login link/button?

    Thanks –

    TomC Moderator
    #431843

    Cindy …. Is this issue still outstanding??

    cindycc Friend
    #431920

    No – I removed the topbar instead. So please mark it complete. Thanks –

    Cindy

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

This topic contains 5 replies, has 2 voices, and was last updated by  cindycc 12 years, 10 months ago.

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