-
AuthorPosts
-
June 23, 2012 at 6:56 pm #178450
Hello,
I added my own logo that should fit the full width of the site but there are spaces on both sides of the logo that I want to get rid of. How do I do that? I tried using margins and padding in the template css but it just pushes the logo off the center of the site.
Thanks for any help given.pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
June 24, 2012 at 7:14 am #458627Hi
Could you post a screen shot of your site ? the link you have posted gives an unpublished page.
June 24, 2012 at 8:09 pm #458646In the Get A Life Ministries Inc. banner, on the left and right side is white. I can change that background color in the #ja-header .main in the css template file, right now I have it set to white so that you can see where I am talking about. But I don’t want to see the background at all. I want to cover the full length of the page, even if I make the banner wider it still shows that space.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
June 25, 2012 at 4:26 am #458668Hi there,
Could you pm me a temporary access to your site? and also set Compress Css in Template Manager to No, I shall help you out.
June 25, 2012 at 11:40 pm #458787ok gonna p.m. you now tys
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
June 26, 2012 at 5:48 am #458824Go to this File : /templates/ja_mendozite/css/template.css
Add this Code
#ja-header .main .main-inner1 { margin:0px; }
And Replace this Code
h1.logo { width: 992px; height: 73px; }h1.logo a {
background: url(../images/logo.png) no-repeat left;
display: block;
width: 992px;
height: 73px;
overflow:hidden;
position: relative;
}With
h1.logo { width: 1000px; height: 73px; }
h1.logo a {
background: url(../images/logo.png) no-repeat left;
display: block;
width: 1000px;
height: 73px;
overflow:hidden;
position: relative;
}
Once done Increase the width of your logo /templates/ja_mendozite/images/logo.png to 1000px
Note: If you Find my Post useful please click on the Thanks Icon
AuthorPostsViewing 6 posts - 1 through 6 (of 6 total)This topic contains 6 replies, has 4 voices, and was last updated by chavan 12 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
How to remove space on left and right of logo
Viewing 6 posts - 1 through 6 (of 6 total)