Simple Css Issue, But I'm an idiot

Discussion in 'CSS' started by nobob, Jul 19, 2007.

  1. #1
    I just need my nav bar pulled down, and I hardly know anything about css.
    Ive done 'trail and error' for about 10 hours. I bet you anyone who knows more then me will have a laugh at how easy this is. GAH

    http://ucmepro.com/proofs/index.php

    for the actual theme its located here:
    http://downloads.sourceforge.net/coppermine/cpg1.4.x_theme_blix_0.3.zip?modtime=1151993978&big_mirror=0

    ANY body who has 10 free minutes to help would be my hero
     
    nobob, Jul 19, 2007 IP
  2. deathshadow

    deathshadow Acclaimed Member

    Messages:
    9,732
    Likes Received:
    1,999
    Best Answers:
    253
    Trophy Points:
    515
    #2
    add "margin-bottom" to #header in http://ucmepro.com/proofs/themes/blix/layout.css - that should push the menu further down the page - you can play with the distance - I chose 1em because that seems to be about what you have below the menu to the content.

    Actually, looking at it deeper, I'd add to #header
    margin-bottom:16px;

    and change #content to
    padding-top:16px;

    instead of the 32px that's there now...
     
    deathshadow, Jul 19, 2007 IP