Jump to content
Sign in to follow this  
wonderwoman

branding image flush with page edges

Recommended Posts

wonderwoman

Hi, I'm wanting to make my global site image (instead of logo) flush with the edges of the webpage. I'm using fixed width design framework. The only custom code I've used that begins to work is #branding .content { margin: 0px; } Unfortunately that still leaves a margin around the image. I essentially want the image to fill the space I think is classed as "texture". Just can't figure out how to do it. Any suggestions pls?

Share this post


Link to post
Share on other sites
catrina

You might want to use something like

margin: -#px;

(just change the number in increments until the image is adjusted)


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
create

I am experiencing the same query. I have created a full width graphic for my custom logo and it is ofset from the page edges by about 10px. As a result the graphic overhangs on the right hand side by 10px as well. I understand the principal of adjusting the margin but need pointing in the right direction for where exactly I configure this adjustment.

Share this post


Link to post
Share on other sites
timlinson

The width is truncated to 20px lower than the site width.. I'd do it by setting `#branding .content {width:980px}` or whatever is 20px wider than your site width.

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  

×