Navigation Drop Down

Support Area Forums Moonrise Navigation Drop Down

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question:
  • Author
    Posts
  • #13319
    Aaron Tullman
    Participant

    Hey Bill! One more question:

    I’m editing the Navigation Drop Down box, I want to make the box wider and possibly round the corners. I’v tried searching through the forums and putting in a bit of my own code, but it hasn’t worked.

    Any tips?

    Thanks in advance!

    #13320
    Bill Robbins
    Moderator

    Aaron,

    You can do that. Here’s what you’ll need to make it happen:

    1. Go to the Theme Options page and select the Styling tab.
    2. Scroll down to the Custom CSS box and paste this:
      
      #header .menu li ul {
      	width: 300px;
      	border-radius: 10px;
      	-moz-border-radius: 10px;
      }
      
    3. Update your settings.

    The default width is 160px so the 300 may be a bit too much, so you may want to play with both that and the border radius. If you have any trouble let me know.

    Have fun,
    Bill

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Navigation Drop Down’ is closed to new replies.