1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Raising the Navigational Bar

Discussion in 'HTML & Website Design' started by MarkStrobel3367, Jul 5, 2012.

  1. #1
    On my site, http://www.strongfamilies.us, I am trying to raise the navigational bar on the left of the page to touch the horizontal blue bar. Right now, there is a small gap between the two. Does any one know how I can raise this navigational bar a bit? Thanks.
     
    MarkStrobel3367, Jul 5, 2012 IP
  2. sash_007

    sash_007 Well-Known Member

    Messages:
    174
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    125
    #2
    try this code in ur css

    HTML:
    #main_nav ul { 
    margin:-7px 0 0 0;/*adjust according to ur needs */
    padding: 10px;
    }
    Code (markup):
     
    sash_007, Jul 5, 2012 IP
  3. MarkStrobel3367

    MarkStrobel3367 Well-Known Member

    Messages:
    116
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    103
    #3
    Thank you so much for your reply. However, your code had no effect on the navigational bar no matter what value I entered within *adjust according to ur needs *. Do you have any other suggestions? Thanks.
     
    MarkStrobel3367, Jul 5, 2012 IP
  4. MarkStrobel3367

    MarkStrobel3367 Well-Known Member

    Messages:
    116
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    103
    #4
    I changed the top value under #content to -10px and now the issue is resolved. Thank you so much for your assistance in this matter.
     
    MarkStrobel3367, Jul 5, 2012 IP