• Forgive me if this question has been addressed I could not find it.
    I am new to WordPress. I would like to edit my menu so all labels fit in the box. I notice that on all the pages the Professional Development menu item is spelled out in one line, on the Professional Development Page is it on two lines and all the links fit.
    Is there a way for me to make the Professional Development menu item go to two lines on the other pages? or is there a way to increase the length of the menu bar, or make the font smaller? I see a place for title attributes but have no idea what they are or should be.
    my website is
    http://www.ctschoolnurses.org
    We had a professional set up our site for us, now we are taking care of it ourselves. I do not really do html

    Thank you for any help
    Pat

Viewing 2 replies - 1 through 2 (of 2 total)
  • Add the following code in your stylesheet. You can find your stylesheet in your wordpress site folder->wp-content->themes->asnc->style.css:

    .nav-menu li a{
    font-size:11px;
    }

    Thread Starter Pat Krin

    (@pat-krin)

    Thank you, I found the style sheet but have no idea where on the style sheet to place the code.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Editing Menus’ is closed to new replies.