Private: Home › Forums › HTML Templates › Mixed Modern and Professional HTML Template › navigation at iPad › Reply To: navigation at iPad
February 11, 2015 at 6:06 pm
#2059
Participant
Hello,
I see the problem with the dropdown menu. Please, modify the recently given CSS to match this one (or just copy and replace the existing one in your responsive.css):
@media (min-width: 768px) and (max-width: 1199px) {
.navbar-header {
display: inline-block;
float: left !important;
}
.collapse.navbar-collapse {
display: inline-block !important;
width: auto;
float: right;
margin-bottom: 0px;
}
.logo {
margin: 25px auto;
}
}
The dropdown menu should be now working normally.
Robert