• Resolved SuzyB

    (@suzyb)


    The navigation provides pulldowns for the children of a main section… I’d like to widen the pulldown background bars a bit so more room for longer titles.
    Also, these longer titles – the leading is too much. The second line of the same page link is the same distance as to the next page listed.
    S.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Use the following CSS to widen the pulldown background:

    .children {
    	width: 300px;
    }

    Keep your desired width.

    If you widen the menu bar then you probably won’t have to worry about the leading. However, I just figured out that the leading is too much.

    Didn’t notice it before. Thank you, will have to fix this.

    Thread Starter SuzyB

    (@suzyb)

    Where does this code go? I’ve tried two spots and it didn’t work.

    Thread Starter SuzyB

    (@suzyb)

    nevermind, I found this… how do I make the text of the pulldowns a bit smaller, can’t find that.

    .menu{
    font-size: 14px;
    }

    Change 14px; to whatever you like.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘widen pulldown menu and close up text when 2 lines’ is closed to new replies.