Jump to content
Sign in to follow this  
organicman

Adjust primary and secondary sidebar vertical positioning

Recommended Posts

organicman

I want to tweak the sidebars on this site so that the content of the widgets I am using at the top of each sidebar appears exactly 20 pixels below the bottom of the main navigation bar. How do I tweak each sidebar's vertical position on the page so as to adjust my content to appear exactly at the right vertical position?

Share this post


Link to post
Share on other sites
kastelic

Put this in your custom CSS area.

body #sidebar-wrap{margin-top:20px}

Share this post


Link to post
Share on other sites
organicman

This didn't work. It didn't change the position of the left sidebar content at all. I tried changing the margin value (reduced it) and this did not do anything. Must be some other code that is controlling how the sidebar content is positioned.

Share this post


Link to post
Share on other sites
kastelic

Oh i didn't know you were going for the left sidebar.

body #sidebar1{margin-top:20px}

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  

×