CMS Development

Janette
参加者

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 いいね!
2件の返信
tjoyce
名誉エキスパート | Elite Partner
名誉エキスパート | Elite Partner

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
参加者

Responsive slider with text and cta

Thanks for the information.

Regards

0 いいね!