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.

#2337
Robert Kavgić
Participant

Hello,

To remove the top margin on tp-banner-container, you will have to edit include.js which is located in /js/ folder.

Open the include.js and go to about line 63 where it’s written:

$('#header-wrapper').next().css('margin-top', headerWwrapperHeight);

Comment out or remove this line and the margin won’t be added anymore.

Robert