• Hi! I am having problems editing my navigation menu. I need the itens to grab specific categories of my posts, but automatically, the navigation grabs the pages. When I edit and put the bottom menu as the main navigation, the style changes (border-top that I applied goes to each item, not to all of the itens). What is the best way to modify the main navigation menu, so that I can add category itens instead, without modifying my style?

    This is the CSS:

    ul.nav-menu,
    div.nav-menu > ul {
    	margin: 0;
    	padding: 0;
    	border-top: 1px solid #000;
    }

    https://heloisecullen.net

Viewing 1 replies (of 1 total)
  • Theme Author GavickPro

    (@gavickpro)

    Hi,

    Please remove your border-top for the li elements and please add the following code:

    #menu-navigation {
        width: auto;
        margin: 0 auto;
        display: inline-block;
        padding: 0;
        border-top: 1px solid #000;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Navigation Menu’ is closed to new replies.