Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS nav not full width of parent

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #45603
    mdrd88
    Participant

    Hello, I am fiddeling with this nav menu and I can’t seem to get the #nav to fit 100% of the #menu.

    http://codepen.io/mdrd88/pen/krxzs

    I just need to black part to fill the width, not neccesarily the height of the white border. Thank you for your help!

    #139084
    CrocoDillon
    Participant

    As in:

    #nav {
    padding: 0;
    margin: 0;
    }

    ?

    #139087
    mdrd88
    Participant

    *Bow’s head in shame

    I tried #nav padding 0 but not both margin and padding. Thank you! Overlooked that one!

    #139088
    CrocoDillon
    Participant

    No problem ;)

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘CSS’ is closed to new topics and replies.