• Resolved fhsouza

    (@fhsouza)


    Hi everyone, I working in a child theme of Twenty Thirteen. I already registrated and 2 navigation menus and they are running perfectly.

    I want to set some properties to a specific menu, but dont know how to specify that on css.

    I tryed this but it only changes my main menu

    .menu {
        display: block;
    
        width: 100%;
        height: 42px;
        margin-left: 90px;
    }

    How should I refer do to change my sencond menu?

Viewing 1 replies (of 1 total)
  • Thread Starter fhsouza

    (@fhsouza)

    I added a CSS class to the menu, so its like:

    .menuclass {
        display: block;
    
        width: 100%;
        height: 42px;
        margin-left: 90px;
    }
Viewing 1 replies (of 1 total)

The topic ‘CSS to an specifc menu’ is closed to new replies.