Nick101010 Posted May 21, 2011 Share Posted May 21, 2011 I'm trying to do something really simple.I want to add top-margin of 10px above the left, center, and right columns to create space between them and my nav bar. i have wiznav installed.I have tried everything I can think of in firebug to find where to add taht margin. I also tried added margin-bottom to the ul nav.Nothing is working.Any ideas?Thanks. Link to comment Share on other sites More sharing options...
Dreamtheme Posted May 22, 2011 Share Posted May 22, 2011 Use margin-left: 10px or margin-right: 10px in the css divs where you want spaces, also make sure preference-performance is set to force-compile to yes, and turn cache off to see your changes. Link to comment Share on other sites More sharing options...
Nick101010 Posted May 27, 2011 Author Share Posted May 27, 2011 Hi, thanks for your reply. But I am confused.I am trying to add margin above those columns. I need space between the tops of all those columns and my nav bar.It sounds like what you are telling me will add space to the left and right of the columns.Thanks again.Nick Link to comment Share on other sites More sharing options...
Dreamtheme Posted May 27, 2011 Share Posted May 27, 2011 You have to edit the css div for where you want to add space. For example, if you want more space between header and page edit #header_right - modify margin-bottom: 15px to 25px for example. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now