Viewing 1 replies (of 1 total)
  • Theme Author simplethemes

    (@simplethemes)

    The URL doesn’t load for me.

    The sublevel background is removed intentionally on mobile devices. You can add your own like so:

    @media only screen and (min-width: 320px) and (max-width: 480px) {
    	#wrap #navigation ul ul li a,
    	#wrap #navigation ul ul li:hover a {
    		background-color: red;
      }
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Menu background acts different on smallest screen’ is closed to new replies.