Hi,
The mobile menu’s screen width limit is configurable through the options in Anima Plus.
In the free edition of the theme you’ll need to apply custom CSS to adjust this limit:
@media (min-width: 800px) and (max-width: 1040px) {
.cryout #access { display: none; }
.cryout #nav-toggle { display: block; position: static; }
}
Edit the 1040px value with the screen width when the menu no longer fits in one row.