Guest view message is messed up, behind the top bar it looks like this:
With the top bar showing, it causes a space between the top bar and logo.
Easy fix to remove it (aside from disabling the plugin)-
Add this to the CSS:
With the top bar showing, it causes a space between the top bar and logo.
Easy fix to remove it (aside from disabling the plugin)-
Add this to the CSS:
Code:
.guest_warn { display: none; }