Fixed the responsiveness issue: in page.dryml the data target for the navbar toggle is not pointing to the right place.
I changed the line: <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> to: <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"> and that fixes the issue for me. Nathan -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/hobousers. For more options, visit https://groups.google.com/d/optout.
