Private: Home › Forums › HTML Templates › Mixed Modern and Professional HTML Template › top menu issue › Reply To: top menu issue
February 13, 2015 at 12:44 pm
#2091
Participant
Hello,
I went to check your site, but the Avast antivirus informed me that your website contains virus. Please check it out and try to solve that.
As for the menu problem, go to css folder and open responsive.css file.
Add the following code to the end of the document:
@media only screen and (min-width: 1199px) {
.navbar-collapse {
margin-top: 50px;
}
}
If the problem still persists, try increasing the margin value, e.g. to 70px.
Robert