Drop Down Menu / Posts /

Small browser width - Avoid wrapping menu into two lines

3
If the browser's width is smaller than menu's size, menu is automaticly becoming two lines and i do not want this.
Please can you help me.
Atilla  10 years ago   viewed: 11841    

2 Answers

0

Three are several approaches.

1. You can configure the menu width with a fixed value, say "900px" (you can configure this under the CSS tab on page Drop Down Menu)

or

2. Give less value to the "Padding Left/Right" field when customizing your menu on page http://www.menucool.com/drop-down-menu#view3;

3. If you have configured your menu width as 100% , after you download the menu, you can open the ddmenu.css with Notepad, and add "min-width:600px;" after the line width:100%;
You can change above 600px to the value when your menu starts wrapping so that your menu will never wrap.

4. Using media query in CSS as demenstated in page Responsive Menu

Milo
  10 years ago
0
Fixed menu width 900px was not enough but min-width:900px worked well. Thanks.
Atilla   10 years ago

   

Your name*
Password
(Optional. Used to modify this post afterwords)
+ =  

Ask your Own Question

  • If your question is related to the topic of this post, you can post your question to this page by clicking the "Post a reply" button at left;

  • When you want to start a new page for your question: