Dropdown menu box too small
-
Hello, is there a way to control the size of the menu boxes that are created with dropdown menus? In my “Learn More” dropdown menu, I’d like to make the box that contains “Contact Us” a little larger so there’s a little white space between it and the edge of the box. Also, can we control the color of the box itself?
The blog I need help with is: (visible only to logged in users)
-
Hi there, I see the following rule in your Custom CSS. Increase the minimum width value to widen the submenus.
#snap-nav ul li ul { background-color: #FEFEFE; border: 1px solid #EFEFEF; display: none; margin: 0 0 0 -15px; max-width: 200px; min-width: 120px; padding: 0; position: absolute; z-index: 3; } -
-
- The topic ‘Dropdown menu box too small’ is closed to new replies.