• I just kind of fumbled with the menu bar in the CSS and the links had gotten deleted by accident and I can’t figure out how to get them back.

    Link to the website I’ve been working on.

    And this is some of the coding I was writing in.

    .main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    }
    .main-navigation li {
    display:inline-block;
    position: relative;
    padding:0.4em 0.4em;
    margin:0.5em 5.0em 0.5em 0;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • Uhmm I think you may have deleted your navigation (possibly in your header.php file?).

    Are you using the menus? Maybe you can just add in <?php wp_nav_menu(); ?> somewhere in your header, then just rebuild from there.

    Thread Starter Sheblum

    (@sheblum)

    I did delete something in the header menu, but even right after that it didn’t effect the links in any way. Only after I messed up with it afterwards then it suddenly disappeared.

    And I do plan on using the menu for the site. Here’s an idea of what the website with look like once it’s done.

    http://i60.tinypic.com/2qmgcv8.jpg

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Link menu dissapeared’ is closed to new replies.