-
AuthorPosts
-
January 13, 2012 at 8:20 pm #172771
I want to make full size header on teline iii v2, but i am not able to remove left side margin on the header. and i also want to put search bar on the header.Please Help !
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
January 13, 2012 at 8:22 pm #433792<em>@rkgroups 294621 wrote:</em><blockquote>I want to make full size header on teline iii v2, but i am not able to remove left side margin on the header. and i also want to put search bar on the header.Please Help ! </blockquote>
To try to best assist you, please provide the url of the site you’re working on, as well as set “Optimize CSS” to “No” within your Template Manager–General Settings1 user says Thank You to TomC for this useful post
January 13, 2012 at 8:30 pm #433793HI Tom, here is the code which i modify, plz let me know that how do i remove left side margin from header. Thanks
#ja-header { z-index: 10; position: relative; }
#ja-header .main { padding: 30px 0 10px; }
h1.logo, div.logo-text h1 {
font-size: 300%;
line-height: 1;
}h1.logo, div.logo-text { float: left; }
/* Logo Image ---*/
h1.logo {
width: 980px;
height: 128px;
margin: 0;
}h1.logo a {
width: 980px;
height: 128px;
display: block;
background: url(../images/logo.gif) no-repeat left;
}h1.logo a span {
position: absolute;
top: -1000px;
}
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
January 13, 2012 at 8:32 pm #433794Can you not provide the url of the site you’re working on, as well as set “Optimize CSS” to “No” within your Template Manager–General Settings?
January 13, 2012 at 8:40 pm #433795Tom, I am working on wamp server install on my computer. ones it will complete i will upload it to my server. for now i have no link i still have to buy a domain for this site. 🙁
January 13, 2012 at 9:10 pm #433798Hey Tom, I solved the problem I just add one more code in css file.
h1.logo a {
width: 980px;
margin-left: -15px;<<<<<<<<<<<<<<<<<<<<<<< i add this code in css file
height: 128px;
display: block;
background: url(../images/logo.gif) repeat-x center;
🙂TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
January 13, 2012 at 9:12 pm #433799It’s difficult to be able to provide an accurate recommendation for your particular situation, but you could try to add a negative margin property to this line . . .
<blockquote>h1.logo a {
width: 980px;
height: 128px;
display: block;
background: url(../images/logo.gif) no-repeat left;
}</blockquote>for example . . .
<blockquote>h1.logo a {
width: 980px;
height: 128px;
display: block;
background: url(../images/logo.gif) no-repeat left;
margin-left: -10px;
}</blockquote>See if that works for you.
1 user says Thank You to TomC for this useful post
AuthorPostsViewing 7 posts - 1 through 7 (of 7 total)This topic contains 7 replies, has 2 voices, and was last updated by TomC 12 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum