Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #427779

    Hello Kriesi Team,
    I have an easy Slider on my homepage, but the text of the Caption Title are in portrait mode not responsive on smartphone. What can I do to fix it? I didn’t find answers to this problem in the support pages.
    Thanks a lot.

    #427858

    Hey turistai!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width:500px) {
    .avia-caption-title, .avia-caption-content p {
      font-size: 12px !important;
    }
    }

    Best regards,
    Yigit

    • This reply was modified 9 years, 7 months ago by Yigit.
    #427899

    Hello
    I used it already but it didn’t worked.
    I also tried this one:
    @media only screen and (max-width: 767px) {
    .avia-slideshow .avia-caption .avia-caption-title {
    font-size: 16px;
    padding: 5px 7px;
    }
    }
    It worked well on smartphones but also changed the desktop version. I don’t want to change the desktop version. It is ok.
    Any sugestion?
    Thanks

    #427903

    Hey!

    Your code is wrapped inside media queries so it should not be applied to desktop version. Can you post the link to your website please?

    Regards,
    Yigit

    #427907
    This reply has been marked as private.
    #427912

    Hey!

    Can you please try adding following code to Quick CSS

    @media only screen and (max-width: 480px) {
    h2.avia-caption-title {
      font-size: 16px;
    }}

    If that does not help, please create a temporary admin login and post it here privately, if you do not mind.

    Regards,
    Yigit

    #427913
    This reply has been marked as private.
    #427921
    This reply has been marked as private.
    #427925
    This reply has been marked as private.
    #427930

    Hi!

    Please review your website now. There was a typo with the first code i edited it.

    Regards,
    Yigit

    #427935
    This reply has been marked as private.
    #427941

    Hey!

    Please review your website now. I found one more unclosed curly bracket. Now site width is corrected.

    Regards,
    Yigit

    #427943

    It worked. Great help, Yigit!
    Best,
    Adelaide

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Esay Slider not responsive on smartphones’ is closed to new replies.