Ayuda con mis thumb

  • Autor Autor caeddeka
  • Fecha de inicio Fecha de inicio
caeddeka

caeddeka

Zeta
Verificación en dos pasos activada
Hola Compañeros, tengo un problema con mi web, en cada pagina que creo me parece los thumb de la siguiente manera:

error1.webp

Yo no quiero que se repita, se ve horrible, estaba viendo el codigo y me parece que aquí esta el problema:

jQuery(window).load(function(){
var $single_gallery_thumb = jQuery('.gallery-thumb');
<?php if ( 'on' != get_option('deepfocus_responsive_layout') ) { ?>
et_cycle_integration();
<?php } ?>

if ($single_gallery_thumb.length) {
var single_gallery_thumb = $single_gallery_thumb.width(),
offset = single_gallery_thumb-434;

if ( offset < 0 ) {
jQuery('.gallery-thumb-bottom').css({'width':'auto','padding':'0 '+(single_gallery_thumb / 2)+'px'});

}
else jQuery('.gallery-thumb-bottom').css('width',offset);
}
});

Pero la verdad que a mi me parece chino, a las justas se un poco html y css.

Alguien puede ayudarme?

Esta es la Web

Gracias!
 
Atrás
Arriba