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 4 months, 3 weeks ago.
-
AuthorPosts
-
December 22, 2012 at 11:37 am #6962
I bought ClipArt, was told there would be support. I am now told that Themedy handles, it. On their site, I can’t find a forum. I do find verbiage that states you can’t get support on ClipArt unless you are a member, which was not the case when I bought it.
I am hoping someone here can help me, my site is http://www.studiopress.com/forums I want the header to go all the way across the page the same way the slider does. If anyone can help I would appreciate it.
December 22, 2012 at 11:41 am #6964Hi, can you re-post the link to your site. The one provided is to the forum.
Twitter Handles: @thecre8tivediva | Website: Cre8tiveDiva.com | LinkedIn Group: http://goo.gl/nNe1m
Why Not Take The Challenge! – Help us answer some of the unanswered postsDecember 22, 2012 at 11:51 am #6965December 22, 2012 at 11:56 am #6966Look for this and change 940 to 1360.
.wrap {
margin: 0 auto;
width: 940px;
}
Scrap that, it forced the entire site to be 1360.
Twitter Handles: @thecre8tivediva | Website: Cre8tiveDiva.com | LinkedIn Group: http://goo.gl/nNe1m
Why Not Take The Challenge! – Help us answer some of the unanswered postsDecember 22, 2012 at 11:59 am #6969that centered it but there is still background showing on the right and left side http://itsacharmedworld.com/
December 22, 2012 at 12:01 pm #6970The code I gave you increased the entire .wrap and not just the header. We need to adjust that header area only.
Twitter Handles: @thecre8tivediva | Website: Cre8tiveDiva.com | LinkedIn Group: http://goo.gl/nNe1m
Why Not Take The Challenge! – Help us answer some of the unanswered postsDecember 22, 2012 at 12:04 pm #6971Can you switch it back to the way it was? I am trying to locate the code using Firebug.
Twitter Handles: @thecre8tivediva | Website: Cre8tiveDiva.com | LinkedIn Group: http://goo.gl/nNe1m
Why Not Take The Challenge! – Help us answer some of the unanswered postsDecember 22, 2012 at 12:12 pm #6973On the old forum I see this – do you still have access over there? I see your name in there. (http://www.studiopress.com/support/showthread.php?t=107497&highlight=header). He says to add this to the Custom CSS and this should stretch it all the way across.
#header .wrap {
padding: 0;
margin: 0;
}
Twitter Handles: @thecre8tivediva | Website: Cre8tiveDiva.com | LinkedIn Group: http://goo.gl/nNe1m
Why Not Take The Challenge! – Help us answer some of the unanswered postsDecember 22, 2012 at 12:24 pm #6977Tried, that, read the other post. Redid the header to 1060 still is to the right.
December 22, 2012 at 12:28 pm #6978Your header needs to be widened. Add the width to that code in your style sheet.
#header .wrap {
background: url(images/bg-dotline.png) repeat-x bottom;
padding: 0;
margin: 0;
width: 1340px;
}
Twitter Handles: @thecre8tivediva | Website: Cre8tiveDiva.com | LinkedIn Group: http://goo.gl/nNe1m
Why Not Take The Challenge! – Help us answer some of the unanswered postsDecember 22, 2012 at 12:31 pm #6979i don’t see the slider so i don’t know exactly what you’re trying to do, but if you want to make the header extend all the way across the page,
find #header .wrap
in your style.css and add
width: 100%;
sorry, Anita… looks like we were answering at the same time

Ozzy Rodriguez | Twitter | Google+ | Facebook
-
This reply was modified 4 months, 3 weeks ago by
Ozzy. Reason: apologies to anita
-
This reply was modified 4 months, 3 weeks ago by
Ozzy. Reason: apologies to anita
December 22, 2012 at 12:35 pm #6982That’s fine because I tried 100% but didn’t know if that was the correct answer or not. I guess using that will eliminate any extra white space on different browsers at the top.
Twitter Handles: @thecre8tivediva | Website: Cre8tiveDiva.com | LinkedIn Group: http://goo.gl/nNe1m
Why Not Take The Challenge! – Help us answer some of the unanswered postsDecember 22, 2012 at 12:39 pm #6985December 22, 2012 at 12:40 pm #6986Her original header image was 1340 wide so that’s why I picked that as a width.
Twitter Handles: @thecre8tivediva | Website: Cre8tiveDiva.com | LinkedIn Group: http://goo.gl/nNe1m
Why Not Take The Challenge! – Help us answer some of the unanswered postsDecember 22, 2012 at 12:43 pm #6990the white space at the top isn’t going to go away by changing the width. she needs to style the #wrap rule
Ozzy Rodriguez | Twitter | Google+ | Facebook
-
This reply was modified 4 months, 3 weeks ago by
-
AuthorPosts
You must be logged in to reply to this topic.