• Works great on WordPress 4.8 with a child theme of Genesis.

    If anyone wants to make the position of the banner fixed on the screen so it follows the user as they scroll:

    Edit the plugin file: ad-blocking-advisor/css/frontend.css

    Change this:
    .special-message-wrapper {
    position:relative;

    To this:
    .special-message-wrapper {
    position:fixed;

  • The topic ‘Great plugin, Banner position fixed’ is closed to new replies.