• Hello,

    I am trying to make the breadcrumbs bar where the home icon is my menu bar where I can place my categories. I can seem to figure it out and when I try something it keeps screwing everything else up. The image can give a better idea of what I am asking here. Thanks so much.

    View post on imgur.com

Viewing 7 replies - 1 through 7 (of 7 total)
  • You can’t make the breadcrumbs into the main menu – it just won’t work that way. You might be able to do what you want by customizing or modifying something else – can you post a link to your site?

    Thread Starter nsumrein

    (@nsumrein)

    OK if its not the breadcrumbs can I do it a different way to get the menu to be in that bar … did u see the pic I in the imgur link?

    thanks for the help

    my site is https://www.rawenergymag.com

    Well, the easiest way to get a menu there would be to use a theme that already has it, BUT you can probably move yours around using CSS. I’m not familiar with that theme – does it have a Custom CSS option built in? If not, you’ll need to add that using a plugin such as My Custom CSS (or JetPack if you’re using that already).

    Once you have that set up, try adding this to the custom CSS:

    #menu1-wrapper {
        background: none repeat scroll 0 0 #FFFFFF;
        border-bottom: 1px solid #CCCCCC;
        bottom: 0;
        margin-bottom: -1px;
        position: relative;
        right: 0;
        z-index: 1000;
    }
    
    nav.col7 {
        width: 100%;
    }
    
    .breadcrumbs {
       display: none;
    }

    I’m not positive that will work correctly everywhere so test out on various pages, etc.

    Thread Starter nsumrein

    (@nsumrein)

    I do have a custom css file I am using montezuma template. I saw a website that was able to do it its called

    https://electrobusiness.co.uk/

    Did you try the above?

    Thread Starter nsumrein

    (@nsumrein)

    Yes it did thanks so much

    Thread Starter nsumrein

    (@nsumrein)

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘[Montezuma] Please help with menu items cant seem to get it right?’ is closed to new replies.