Jump to content
Sign in to follow this  
mjlyons13

Removing White Space around Banner

Recommended Posts

mjlyons13

This is my website: http://www.treebranchbuttons.com/. Right now, it has a test banner in place until I design the new one. Every time I go to upload an image, the image never fills the whole box. The thumbnail always has a gray striped border around it, leaving white space around the banner. I've tried altering the CSS to get rid of margins, borders, padding, but it's not working. I'm starting to think this is a wordpress setting. I want the top of my website to look like this: http://www.copperleafstudios.com/. Any help would be greatly appreciated.

Share this post


Link to post
Share on other sites
catrina
I don't see a gray striped border around the header image. Are you referring to the header banner or something else?

Please read the docs before posting. Please do not private message me unless I ask you to.

Designer | Catrina Dulay

Founder | Catrina and Mouse

Share this post


Link to post
Share on other sites
mjlyons13
While I'm uploading it under banner page, that's where the gray stripe is. The result on my website is a white border. I want the banner to be flush with the top of the screen and the dropdown menu like the other website has.

Share this post


Link to post
Share on other sites
catrina
The image is being resized by default because banners are made smaller when uploaded. I think you'll need to upload the image as a header image and then it can be adjusted from there.

Please read the docs before posting. Please do not private message me unless I ask you to.

Designer | Catrina Dulay

Founder | Catrina and Mouse

Share this post


Link to post
Share on other sites
mjlyons13
Thanks, it helped a little. I uploaded as a header and the resizing was better, but there's still a little white space around it. Is there anyway to override the default?

Share this post


Link to post
Share on other sites
Kate
You can add this into your custom CSS: [code]#branding .content-pad{padding-top:0px;}[/code]

Share this post


Link to post
Share on other sites
mjlyons13
Thanks Kate, that's exactly what I was looking for. I added that and #branding .content-pad{padding-bottom:0px;} to my custom CSS and it worked!!!

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×