-
AuthorPosts
-
February 4, 2011 at 7:04 am #159735
I would like to center the logo so it is in the center as shown in the attached picture. Can anyone help me with the code?
February 4, 2011 at 7:18 am #375051Also how can I put my own logo there? Which file do I need to edit to point to my own uploaded logo?
aman204 Friendaman204
- Join date:
- January 2010
- Posts:
- 1945
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 11
- Thanked:
- 418 times in 356 posts
February 8, 2011 at 6:51 am #375516Change this::
h1.logo, div.logo-text {template.css (line 666)
float: left;
position: relative;
z-index: 1;
}to
h1.logo, div.logo-text {template.css (line 666)
margin:0 auto;
position: relative;
z-index: 1;
}and you can update your logo here in this directory::
template/ja_rave/images/logo.png
February 8, 2011 at 8:21 am #375567I just noticed this. I made the following changes in code in ja_rave/template.css. Here is what I have inside the template css for the following.
<blockquote>
/* Logo Image —*/
h1.logo { width: 607px; height: 80px; }h1.logo a {
background: url(../images/logo.png) no-repeat left !important;
display: block;
width: 607px;
height: 80px;
margin-left: 0px;
}#ja-header .main .main-inner1 {
padding: 0px;
margin: 0px 15px;
border-bottom: solid 1px #ddd;
}</blockquote>The logo is now in the correct place for the homepage, but when I click on other menu items the logo is truncuated to the same size as the original JA Rave logo (I think 120px by 42px). Which file do I need to change for the logo to be universally applied?
I have kunena forum installed. It is automatically integrated. Here is a picture of how the logo is truncated when I click the forum main menu button.
February 9, 2011 at 3:27 am #375739After hours and hours without any code change done, the logo in the forum finally adjusted to what it should be. I have development mode on under JA Rave 1.6 template options and I have Caching off in the Joomla 1.6 global configuration. Can anyone tell me how to make sure this doesn’t happen again, obviously having the two options above set is not enough to be sure that the website is displaying the most up-to-date changes? CTRL+F5 and clearing browser cache for both IE and Mozilla didn’t work. The logo just decided to adjust properly after 24 hours.
aman204 Friendaman204
- Join date:
- January 2010
- Posts:
- 1945
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 11
- Thanked:
- 418 times in 356 posts
February 10, 2011 at 6:14 am #375956<blockquote>Can anyone tell me how to make sure this doesn’t happen again, obviously having the two options above set is not enough to be sure that the website is displaying the most up-to-date changes?</blockquote>
There can be times when you would need to clear your browser cache for changes to reflect 🙂 Please view my signature for guide
-
AuthorPosts
This topic contains 6 replies, has 2 voices, and was last updated by aman204 13 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum