-
AuthorPosts
-
stylez4men Friend
stylez4men
- Join date:
- December 2008
- Posts:
- 75
- Downloads:
- 23
- Uploads:
- 13
- Thanks:
- 16
- Thanked:
- 3 times in 1 posts
May 14, 2010 at 11:37 am #151068If wanted to have a logo stretch across the header of the website how can I do it, my attempts seem to bring me only 1/4 of the way pass the search bar. Is the login module what’s keeping it from reaching the end? I’ve attached an image of what I’m trying to do
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
May 14, 2010 at 2:54 pm #343616Hi
Please open templates/ja_nickel/css/template.css file, find following code section:h1.logo, h1.logo-text {
font-size: 300%;
left: 0;
letter-spacing: 1px;
margin: 0;
padding: 0;
position: absolute;
top: 15px;
}and change to:
h1.logo, h1.logo-text {
font-size: 300%;
left: 0;
letter-spacing: 1px;
margin: 0;
padding: 0;
position: absolute;
top:18px;
width:750px;
height:80px;
}Hope it helps
stylez4men Friendstylez4men
- Join date:
- December 2008
- Posts:
- 75
- Downloads:
- 23
- Uploads:
- 13
- Thanks:
- 16
- Thanked:
- 3 times in 1 posts
May 14, 2010 at 3:45 pm #343620I tried with no success, I did however make the logo a little smaller so it could fit and not conflict with the login module.
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
May 17, 2010 at 9:30 am #343810Dear stylez4men,
If possible please post your url here for further checkings .
stylez4men Friendstylez4men
- Join date:
- December 2008
- Posts:
- 75
- Downloads:
- 23
- Uploads:
- 13
- Thanks:
- 16
- Thanked:
- 3 times in 1 posts
May 17, 2010 at 9:54 am #343814It wasn’t a live site, I was doing this from my home pc. I am however satisified with the solution I used so you can close this thread, thanks.
July 28, 2010 at 7:24 pm #351106Hello,
Has anybody found a solution to this question? I’m in a similar situation, trying to have a top logo/banner that occupies the entire width of the top page but I’ve not has any luck so far.
As a side note, I think that it will be great if JA can provide templates that allow for an easy installation of a top banner/log.
Thanks in advance for your feedback.Ram
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
August 3, 2010 at 11:57 pm #351639yes, pls kindly find more css in the template.css file:
h1.logo a {
background: url(../images/logo.png) no-repeat;
display: block;
height: 60px;
width: 295px;
}pls adjust width and height attributes in this block css
Goodluck
AuthorPostsViewing 7 posts - 1 through 7 (of 7 total)This topic contains 7 replies, has 5 voices, and was last updated by Saguaros 14 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Logo or banner
Viewing 7 posts - 1 through 7 (of 7 total)