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.

Private: Home Forums HTML Templates Mixed Modern and Professional HTML Template Changing width of when Menu Bar is replaced by Open Menu Button Reply To: Changing width of when Menu Bar is replaced by Open Menu Button

#2538
Robert Kavgić
Participant

Yes, it does appear on every other page except homepage. The gap is caused by page-title section.

I see you’ve removed all the content from it, but not the page-title container.

To do that, remove the <div id="page-title" class="page-tit-7"> and its contents from every sub-page.

The second option would be to add the following code to style.css:

#page-title {
    display: none !important;
}

I prefer removing the unnecessary HTML code.

Robert