• Resolved sureno

    (@sureno)


    Hi all:

    Is it possible to have the navigation menu open by default when visiting the page in full screen?

    Thanks a lot

Viewing 6 replies - 1 through 6 (of 6 total)
  • pjjimbo

    (@pjjimbo)

    hi, I went into editor and changed the div in header.php <div= navigation hidden bg dark> remove the part that says hidden and it defaults to the nav open div

    Cheers

    Thread Starter sureno

    (@sureno)

    Thanks a lot pjjimbo, works but i need only in full screen.

    yelsh

    (@yelsh)

    Hi there,
    Try to add this to your child theme style.css (you can play with “min-width” size):

    @media only screen and (min-width:800px)
    {
    .nav-toggle { display: none; }
    .navigation { display: block; }
    }

    Hope it will help.

    Thread Starter sureno

    (@sureno)

    Thanks a lot yelsh, works fine.

    Regards,

    Hi guys,

    I’ve installed Hoffman theme and it looks great.
    On my website(ciprianplesca.ro) I would the menu to stay on after I click on a category, like wedding.
    Is this possible?I’ve tried the css lines, but the menu stays on all the time.
    Thanks a lot!

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Navigation open by default’ is closed to new replies.