Private: Home › Forums › HTML Templates › Mixed Modern and Professional HTML Template › Margin-top being added on slider error › Reply To: Margin-top being added on slider error
March 3, 2015 at 1:20 pm
#2337
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