Quantcast
Channel: Topic Tag: mobile | WordPress.org
Viewing all articles
Browse latest Browse all 22087

Alexander Agnarson on "[Theme: Hueman] Responsive Dropdown Menu"

$
0
0

Hi!

Try adding this custom css:

@media only screen and (max-width: 719px) {
#nav-header.nav-container { border-top: 1px solid #eee; border-bottom: 1px solid #eee; }
#nav-header .nav-toggle { border-left: 1px solid #eee; color: #444; -webkit-box-shadow: none; box-shadow: none; }
}

The reason you have trouble there is because the menu wasn't really designed to work with white as color.


Viewing all articles
Browse latest Browse all 22087

Trending Articles