Support Forum

For all questions related to themes and plugins!

Enter search keyword e.g. "footer color".

  • Registration is Required

    Registration is required to post questions to support forum. ThemeForest buyers also need to obtain Purchase code to be able to post on forum.

    Please read here how to obtain Purchase code.

#2091
Robert Kavgić
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