gspage6301 0 Report post Posted January 5, 2011 I'd like my sidebar (right or left) to snug up against the outside edge of the page. I know this is simple, some padding code, but I can't find the right css. have tried several options, but still have the white space. Thanks. Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted January 6, 2011 For future edits this tutorial is helpful: http://www.pagelines.com/docs/changing-colors-fonts If you'd like me to help you now I'll need a link. Thanks, Bryan Share this post Link to post Share on other sites
gspage6301 0 Report post Posted January 6, 2011 I did review the video before working on this. The site is www.pacificbiomarketing.com. The adjustment I tried to make was .scolumn-pad { padding: 0em 0em 0em 0em } just to test, I set all the borders to 0. This changes the positioning of the content within the sidebar, but not the relationship between the sidebar and the page frame. What I want to do is move the sidebar right up against the page frame. Thanks Share this post Link to post Share on other sites
Andrew 207 Report post Posted January 6, 2011 Did you watch the quicktip video tutorials in the docs? This is pretty simple with Firebug and some basic custom css. Share this post Link to post Share on other sites
gspage6301 0 Report post Posted January 6, 2011 I did watch the video, and used Firebug to find the relevant CSS specification, and put it into the custom CSS. No effect. So I am clearly missing something here. dude, I am really trying. I'm not trying to be a dick here. Share this post Link to post Share on other sites
cmunns 16 Report post Posted January 6, 2011 A little trick to get this is to apply a reverse margin ` #sidebar-wrap { margin-right: -8px; } ` Share this post Link to post Share on other sites
gspage6301 0 Report post Posted January 7, 2011 Adam (c? munns) you are the man! Thanks! Share this post Link to post Share on other sites