• Great Plugin and easy to use!

    Would it possible to change the position of the banner? maybe to the bottom instead of the top?

Viewing 1 replies (of 1 total)
  • @x06designs You can change the position of banner by appending it to any element in your page using jQuery append feature. e.g see below

    just copy this script in your header.php and paste it before </head> and change the ID #sm-banner with your desired ID

    jQuery( document ).ready(function() {
    
    jQuery('.smartbanner').appendTo('#sm-banner');
    
    });

Viewing 1 replies (of 1 total)
  • The topic ‘Great!’ is closed to new replies.