space between sections?

Underbuks / 2013-06-09 19:12:32   

Again, tried and found something to do with base.css and span display, but didn´t quite get it.. Sorry. I want to move my second (cv, contact) section more down:

mathiaschristensen.com

Best Niels

Vaska A / 2013-06-09 19:39:37   

you have to look at the html and determine which things to target via css. it's not difficult...

something along the lines of:

  1. #something_id ul { margin-top: Xpx; }
Underbuks / 2013-06-09 20:51:15   

Thanks, i figured it out. Incredible:)

Underbuks / 2013-06-09 20:58:25   

I was a bit too fast here, only worked in firebug, but not when i actually modified the css:

Here is the code:

Underbuks / 2013-06-09 20:58:33   

UL#section_4.section.active_section { margin-top: 40px; }

Underbuks / 2013-06-09 21:05:28   

Finally got it:) Thank you, and sorry for my question bombardment. I´ll keep it in at bit more from now on:)

Vaska A / 2013-06-09 21:36:18   
  1. ul#section_4 { ... }

Is the correct solution.

This thread has been closed, thank you.