Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #122519
    koeltjenbruns
    Participant

    Hello! I was trying to edit out the search bar in the top right corner of the Menu bar, but in the process, must have deleted my main menu bar. I tried fixing the main menu, but the tabs at the top (on the menu bar at the top) are now gone. See carverstl.org – there should be tabs (Home, Mission, etc) in pink at the top of the page.

    The only CSS I changed before I lost the navigation was here:

    .displayblock,
    #heading,
    #primary,
    #secondary,
    #comments,
    .fullframe-nav-menu a,
    .sidebar-header-right .widget_nav_menu a {
    display: block;
    }

    .sticky {
    display: block;
    }

    and here.

    .sidebar-header-right .widget_nav_menu {
    position: relative;
    z-index: 199;
    display: block;

    Any ideas? A quick reply would be appreciated!!

    Kelly

    #122529
    Pratik
    Keymaster

    Hi @koeltjenbruns,

    Did you update your site? The menus are visible to me.

    Regards,
    Pratik

    #122683
    koeltjenbruns
    Participant

    Yes, I figured it out! Thank you for taking a look!

    Kelly

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Header Missing’ is closed to new replies.