CMS Development

jplazabillyads
Participante | Parceiro Ouro
Participante | Parceiro Ouro

Testimonial Slider doesn`t work properly

resolver

Good morning community,

I've installed a testimonial slider but doesn't work properly when the image is positioned next to the text. I attach catches.

Can you help me?

Thank you

 

Catch1
Catch2

0 Avaliação positiva
1 Solução aceita
Anton
Solução
Especialista reconhecido(a) | Parceiro Diamante
Especialista reconhecido(a) | Parceiro Diamante

Testimonial Slider doesn`t work properly

resolver

Hi @jplazabillyads,

do you use the "HubSpot Testimonial Slider" from the marketplace?

Bildschirmfoto 2019-11-15 um 10.03.51.png

Or do you use something else?

 

 

If you use the "HubSpot Testimonial Slider" duplicate the module(just to have a backup), open the duplicated one and search in the CSS part for 

/* Author Image */
.hs-testimonial figure {
  display: block;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center center;
  margin: 0 auto;
}

if you haven't modified anything it's on line 54. 

 

Change this code to:

/* Author Image */
.hs-testimonial figure {
  display: block;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center center;
  margin: 0 auto;
  min-width:100px; /* min. width of your image */
}

 

If this doesn't work or you're using another Testimonial module, drop me a line

 

 

regards, 

Anton

 

Anton Bujanowski Signature

Exibir solução no post original

1 Resposta 1
Anton
Solução
Especialista reconhecido(a) | Parceiro Diamante
Especialista reconhecido(a) | Parceiro Diamante

Testimonial Slider doesn`t work properly

resolver

Hi @jplazabillyads,

do you use the "HubSpot Testimonial Slider" from the marketplace?

Bildschirmfoto 2019-11-15 um 10.03.51.png

Or do you use something else?

 

 

If you use the "HubSpot Testimonial Slider" duplicate the module(just to have a backup), open the duplicated one and search in the CSS part for 

/* Author Image */
.hs-testimonial figure {
  display: block;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center center;
  margin: 0 auto;
}

if you haven't modified anything it's on line 54. 

 

Change this code to:

/* Author Image */
.hs-testimonial figure {
  display: block;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center center;
  margin: 0 auto;
  min-width:100px; /* min. width of your image */
}

 

If this doesn't work or you're using another Testimonial module, drop me a line

 

 

regards, 

Anton

 

Anton Bujanowski Signature