Jump to content
Sign in to follow this  
gspage6301

sidebar to the edge

Recommended Posts

gspage6301

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
gspage6301

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

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

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

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

Adam (c? munns) you are the man! Thanks!

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  

×