Removing the white space in a CSS used on a mobile menu in a web site -


i'm styling mobile version of website using css, , @ top menu has white space. want white space blank, or blue.

i have tried change it, has changed entire menu transparent or blue.

is there way change this, or there way add blue block appears @ top, behind logo , behind menu toggle, in front of white blank space?

the site www.sassco.co.uk , can see issue when collapse mobile.

.navbar-inner {     background-image:none;     border:none; } 

took me awhile figure out bar was. needed change?

edit: after changing top bar background color new css effected dropdown links background color. fix , change dropdown list background color use css below. style anchor tags:

#fav-navbar-collapse li {   background: rgb(230,230,230); } 

Comments

Popular posts from this blog

c++ - No viable overloaded operator for references a map -

java - Custom OutputStreamAppender not run: LOGBACK: No context given for <MYAPPENDER> -

java - Cannot secure connection using TLS -