Home › Forums › Theme support › Campfire – Menu Size & Breadcrumbs › Reply To: Campfire – Menu Size & Breadcrumbs
Ah, ok, now it makes sense 🙂
There is no option, but you can change it with some lines of CSS code. Just add the code in WP admin -> Appearance -> Theme Options -> General -> Extra CSS Content or at the end of your style.css file:
header #menu ul.sub-menu {
width: 300px;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
left: 270px;
}