I played with template.css and navigation.twig.html but can't make it. How do I widen the width of dropdown menu. Thanks!
Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Archive
If you inspect the dropdown with Chrome for example, you can see in the developer tools exactly where the width is being set:
Home | Demo2 2014-12-25 11-08-21
If you modify any SCSS, You will need to recompile it to have it take effect.
Alternatively you can put in a more specific css line in your css/custom.css file:
CSS
body #header #navbar ul.navigation li:hover > ul {
width: 15rem;
}
thank you very much!
Log in to reply.
Suggested topics
| Topic | Participants | Replies | Views | Activity |
|---|---|---|---|---|
| 0 | 1318 | 9 years ago | ||
| 2 | 915 | 9 years ago | ||
| 2 | 4044 | 9 years ago | ||
| 1 | 2920 | 9 years ago | ||
| 3 | 1103 | 9 years ago |