Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #462302

    Hi
    There is a problem caption on the slide.
    They do not work well in all the screens, the button disappeared and some of the text
    And do not see the part of the image background

    Screenshot: http://prntscr.com/7jhdvs
    Link to website: https://www.ibamarkets.com/

    How can I fix it?
    Thanks in advance

    #462611

    Hey Lev!

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

    @media only screen and (max-width: 768px) {
    .caption_framed .slideshow_caption .avia-caption-title { font-size: 15px !important; }}

    Regards,
    Yigit

    #462643

    Hi, thanks for the help…
    Tablet screen it worked out, but there is still a problem on the screen of the iPhone
    you can see here:
    http://prntscr.com/7jvsf8

    #462669

    Hey!

    try this code:

    ul.avia-slideshow-inner {
    height: 129% !important;
    }
    .avia-slideshow.avia-slideshow-1.av-control-default.avia-slideshow-no.scaling.av_slideshow_full.avia-slide-slider {
    height: 105%;
    }
    

    and adjust as needed.

    Best regards,
    Andy

    #462688

    Hi Andy,
    Thanks for the help
    There is still the problem
    you can see here:
    http://prntscr.com/7jw3b5

    #462691

    Hi!

    It think it would be the best if you removed caption title on screens smaller than 480px. You can do so by using following code

    @media only screen and (max-width: 480px) {
    .caption_framed .slideshow_caption .avia-caption-title { display: none !important; }}

    Regards,
    Yigit

    #462808

    OK,
    nice idea
    Is it possible that the button will be under the slider?
    Or is there a way to design the iPhone’s home page differently?

    #462878

    Hi!

    Please refer to my post here – https://kriesi.at/support/topic/how-to-hide-some-elements-in-mobile-version/#post-362263

    Best regards,
    Yigit

    #462912

    Thanks I will check

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Responsive slider caption problem’ is closed to new replies.