wonderwoman 0 Report post Posted May 13, 2011 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 103 Report post Posted May 13, 2011 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 0 Report post Posted June 13, 2011 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 3 Report post Posted June 13, 2011 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