Hi there
I have a issue with the navigation on tablets, here is a screenshot http://www.givaprint.co.uk/wp-content/uploads/2015/04/screen-shot.jpg
Any idea what I am doing wrong? I have this custom CSS
@media (max-width: 780px) {.fixed-header-area .header-logo img {
width: 200px !important;
}}
.header-type-10 .menu-wrapper {
background-color: #0000b2;
}
.menu > li a {
font-size: 11px;
color: #fff
}
.header-type-10 .menu-wrapper .navbar-collapse .menu-main-container .menu > li > a {
color: #fff !important;
font-size: 13px !important;
}
.header-type-10 .menu-wrapper .navbar-collapse .menu-main-container .menu > li > a:hover {
color: #FA6D17 !important;
}
.header-type-10 .header .header-logo img {
width: 900px;
max-width: 900px;
}
h1{color: #0000b2;
font-weight: bold;
}
h2{color: #0000b2;
font-weight: bold;
}
h3{color: #0000b2;
font-weight: bold;
}