• Resolved jscooper

    (@jscooper)


    Hi,

    Can anyone point me to what I need to do so the menu does not appear on mobile (narrow) browsers at the bottom of the page? I’ve been tinkering with different classes within “@media screen and (min-width: 44.375em)” blocks (etc) in my child class for the past couple hours and and for the life of me cannot find what to change so the menu stays hidden at the bottom.

    Thanks,

    Jeff

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter jscooper

    (@jscooper)

    Just found it. I was trying too hard. Just deleted the block

    if ( has_nav_menu( 'primary' ) ) :

    end if

    in my child class’s footer.php.

    Hello

    the above seems to work for all pages except my static front page.

    any ideas why?

    Cheers

    Geoff

    Thread Starter jscooper

    (@jscooper)

    Sorry, no I don’t have a static front page and know nothing about them except they exist. Are you sure it uses footer.php though, and not some other file, since it’s static?

    sorted! I found out how to make changes for all pages and for particular pages using the page id etc.

    Cheers

    Geoff

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Twentysixteen Hiding Bottom Menu on Mobile’ is closed to new replies.