Jump to content

Posicion mensaje error Bloque Newsletter


Luca_killer

Recommended Posts

  • 9 months later...

Hola, 

 

finalmente lo he encontrado. 

 

En el archivo blocknesletter.js he reemplazado estas líneas

 

$('#columns').prepend('<div class="clearfix"></div><p class="' + cssClass + '"> ' + alert_blocknewsletter + '</p>');

$('html, body').animate({scrollTop: $('#columns').offset().top}, 'slow');

 

por estas,

 

$('#columns').append('<div class="clearfix"></div><p class="' + cssClass + '"> ' + alert_blocknewsletter + '</p>');

$('html, body').animate({scrollBottom: $('#columns').offset().bottom}, 'slow');

 

Un saludo.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...