Community Forums › Forums › Design Tips and Tricks › ClipArt Header
Tagged: clipart header
This topic contains 25 replies, has 4 voices, and was last updated by Ozzy 5 months, 4 weeks ago.
-
AuthorPosts
-
December 22, 2012 at 12:50 pm #6991
Tried all versions. I have the header set to 940. I think that was the original. Actually, it was 240 wide, as it only went on the left side. I am sure it has to do with padding or margines, but no matter what I set it to, it either goes left or right, or centered then you see the background on both sides
December 22, 2012 at 12:52 pm #6994I dont have white space at the top. The now all purple test header I want to go all the way across the site like the large slider area does in the middle of the site, or the footer does at the bottom.
December 22, 2012 at 1:05 pm #6997it looks like you’re trying to add the dotted line as an image, but you should be able to add that with some css. if that’s ok, try this:
#header {
background: url(“http://itsacharmedworld.com/wp-content/uploads/2012/12/cropped-header-test.jpg”) repeat scroll 0 0 transparent;
border-bottom: 1px dashed #ffffff; //change this to whatever color your dotted line is in the image
width: 100%;
}#header .wrap {
margin: 0 auto;
max-width: 940px;
width: 100%;
}remove the background in the .header-image #header #title-area as well as #header .wrap and you should be good to go
the forum doesn’t allow the quotes, but hopefully you understand what i’m trying to say… hopefully
Ozzy Rodriguez | Twitter | Google+ | Facebook
December 22, 2012 at 1:08 pm #7000Try this:
#header .wrap {
background: url(“images/bg-dotline.png”) repeat-x center bottom transparent;
margin: 0;
padding: 0;
width: 100%;
}.header-full-width #title-area,
.header-full-width #title,
.header-full-width #title a {
float: none;
height: 150px;
margin: 0 auto;
width: 1340px;
}.header-image #header #title-area {
background: url(“http://itsacharmedworld.com/wp-content/uploads/2012/12/cropped-header-test.jpg”) no-repeat 50% 0 transparent;
display: block;
float: none;
height: 150px;
margin: 0 auto;
padding:0;
width: 1060px;
}Sorry @Ozzy looks like we were both posting at the same time!
Twitter: @riavonentprises
-
This reply was modified 5 months, 4 weeks ago by
Riavon. Reason: acknowlege Ozzy
-
This reply was modified 5 months, 4 weeks ago by
Riavon. Reason: acknowlege Ozzy
December 22, 2012 at 1:26 pm #7009it’s quite alright, Riavon! two heads are better than one!
Ozzy Rodriguez | Twitter | Google+ | Facebook
December 22, 2012 at 4:50 pm #7049well, tried this as well. now its centered. but still the background is to the left and right.
December 22, 2012 at 5:05 pm #7054can you try my suggestion above? it’s a little different than Riavon’s response
Ozzy Rodriguez | Twitter | Google+ | Facebook
December 22, 2012 at 5:56 pm #7065I don’t know what you want your header to actually be, since now it is just a lavender colored block… but you can make the background color to match that lavender for #header .wrap
#header .wrap {
background: url(“images/bg-dotline.png”) repeat-x center bottom #9299cd;
margin: 0;
padding: 0;
width: 100%;
}Screenshot of what that looks like here: http://tinypic.com/r/1677bkn/6
Twitter: @riavonentprises
-
This reply was modified 5 months, 4 weeks ago by
Riavon. Reason: added link to screenshot
-
This reply was modified 5 months, 4 weeks ago by
Riavon. Reason: added link to screenshot
December 22, 2012 at 6:32 pm #7070Ozzy, I have tried, its not working. The now lavender header, is just a test header. Whatever header I put in there, I want it to go all the way across the page. I am not trying to do anything with the dotted lines. I just want a header that goes all the way across, so i don’t see the diamond background on the side of it.
I really appreciate all the help.
December 22, 2012 at 6:38 pm #7071December 22, 2012 at 6:45 pm #7074you can go here http://pastie.org/5566880 and see what you need to add to the #header style
Ozzy Rodriguez | Twitter | Google+ | Facebook
-
This reply was modified 5 months, 4 weeks ago by
-
AuthorPosts
You must be logged in to reply to this topic.