-
AuthorPosts
-
cindycc Friend
cindycc
- Join date:
- December 2011
- Posts:
- 22
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 4
- Thanked:
- 1 times in 1 posts
December 15, 2011 at 11:20 pm #171854I 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 ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
December 15, 2011 at 11:38 pm #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 Friendcindycc
- Join date:
- December 2011
- Posts:
- 22
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 4
- Thanked:
- 1 times in 1 posts
December 16, 2011 at 4:38 pm #429988It 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 –
-
AuthorPosts
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