-
AuthorPosts
-
August 30, 2012 at 5:34 am #180348
I seem to be having a problem with the Logo of my website. I dont whant to use Ja Login or the Logo that comes with the Template. I whant to be able to Put a Logo the goes all across the top. But everytime i try that, by positioning a custom HTML with a Logo Image on position jalogin it covers only 60% of the top. and the logo.png covers the remaining percent. I guess this has something to do with changing something in the template file??
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
August 31, 2012 at 8:53 am #465915Hi djboxny,
it’s cover only 60% of the top area because your image there has the width size of only 60% area, you would need to increase the image width, if you want to hide the logo open the file of templates/ja_mendozite/css/template.css looking for this css
h1.logo {
height: 35px;
width: 329px;
}change it to
h1.logo {
height: 35px;
width: 329px;
display:none;
}September 26, 2012 at 11:26 am #468224I have a similar problem with the logo in Mendozite. The modifications appear correctly in the homepage but not in other sections, in which appears with the default size for the template. Can you help me?. Thanks in advance.
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
September 27, 2012 at 2:54 am #468301<em>@cadia 339821 wrote:</em><blockquote>I have a similar problem with the logo in Mendozite. The modifications appear correctly in the homepage but not in other sections, in which appears with the default size for the template. Can you help me?. Thanks in advance.</blockquote>
How did you modify the size ? Can you share with me the problem urls here for a checking ?
1 user says Thank You to Sherlock for this useful post
September 28, 2012 at 9:39 am #468474I cant give you the urls because the web is closed by client’s request. I modify template.css in following code:
h1.logo { width: 329px; height: 35px; }
to
h1.logo { width: 939px; height: 50px; }
and
h1.logo a {
background: url(../images/logo.png) no-repeat left;
display: block;
width: 329px;
height: 39px;
}to
h1.logo a {
background: url(../images/logo.png) no-repeat left;
display: block;
width: 939px;
height: 50px;
}But the changes only appear in homepage (the new logo.png is 939×50 of course). I’m confused because I think there are not another css archive in Mendozite that places different logos depending on the section but I can be wrong since it is the first time I’m working with this template
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
October 1, 2012 at 3:59 am #468643Hi cadia,
Probably other pages as you mentioned have been assigned to other profiles/themes in template back-end so the changes made at the file of templates/your_template/css/template.css file would not take affect, instead you should make change at the corresponding file for the them, For example if the theme selected is blue you would need to make changes at templatesja_orisitethemesbluecsstemplate.css , checking your front-end at filefox browser with firebug add-on ( also turning off optimize css in the back–end) you would easy to detect exact css file need to be modified as mentioned.
1 user says Thank You to Sherlock for this useful post
-
AuthorPosts
This topic contains 7 replies, has 3 voices, and was last updated by cadia 12 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum