CMS Development

Janette
Participante

Responsive slider with text and cta

Hi  Good Day

 

I am working in my web page with my principal slider home I have to modified some styles so that it had correct visibility so in text cta and image but not in all resolutions responsive looks ok. In some screen sizes of movil the text the text is pulled down. and in other looks ok. How can I make it look good on all screen sizes?

 This is the link of my web page: https://www.inbest.cloud

 

I remain to your comments.

Thanks and Regards.

 

0 Me gusta
2 Respuestas 2
tjoyce
Experto reconocido | Partner nivel Elite
Experto reconocido | Partner nivel Elite

Responsive slider with text and cta

Try adding this css 

@media (max-width: 400px){
  body .hs_cos_flex-slider .superimpose .caption {
    position: absolute;
    top: 70%;
  }
}

tim@belch.io

Janette
Participante

Responsive slider with text and cta

Thanks for the information.

Regards

0 Me gusta