Thread Starter
yelsh
(@yelsh)
Oh my. Nevermind, I checked everywhere, but turns out I just forgot to check “show featured images” in widget options. Bummer.
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.