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.
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