Want to remove Notification-Bar-Spacer
-
I was wondering if there was any way to remove the notification-bar-spacer. I inspected the element and it shows as having a height of 35px which is pushing my header down and meaning that less content is appearing above the fold on my WordPress site.
I went into the plugin editor for Notification bar and found these three entries:
notification-bar-template.php
<div id=”wpfront-notification-bar-spacer” style=”display: none;”>wpfront-notification-bar.js
var r=e(“#wpfront-notification-bar-spacer”).show();wpfront-notification-bar.css
#wpfront-notification-bar-spacer{display:none;position:relative}If I removed all of the above entries referencing the spacer it removes the bar entirely from my page, but if I just remove the CSS entry for the spacer it still remains. I was wondering if anyone might be able to help.
- The topic ‘Want to remove Notification-Bar-Spacer’ is closed to new replies.