Tagged: 

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #465404

    I have a full width easy slider set up on the home page of http://psptest.felinesoulsystems.com

    On my phone (a note 3), the slider is the correct size but the size of the overlay text is not adjusted so it obscures the entire image.

    Any ideas?

    Thank you

    #465628

    Hi Bearcat!

    Please try the following in Quick CSS, you may need to adjust the values a bit to fit your needs:

    @media only screen and (max-width: 767px) {
    .home .av-slideshow-caption .avia-caption-title {
    font-size: 16px !important;
    }
    
    .home .avia-caption-content p {
    font-size: 12px !important;
    }
    }

    Cheers!
    Rikard

    #469935

    Thank you very much for the help! That worked perfectly. This kind of support is why i use your products over the years.

    #469954

    Hi!

    Thanks a lot for your kind words, we do appriciate them!
    Please let us know if you need anything else, with a new ticket! We will be glad to assist you!

    Regards,
    Basilis

    #993240

    Hello,
    Same issue here, tried the above code, didn’t work…Can you help me out?

    #993406

    Hi fashiontribe,

    I’m not sure I understand the problem you are having, could you post a screenshot highlighting it please?

    Best regards,
    Rikard

    #993659

    Not only that the arrows are gone as well. Thanks

    #994337

    Hi fashiontribe,

    Arrows appear when you tap on the slider. Do you want to have them visible all the time?
    Which browser are you using and what screen size is that?

    Best regards,
    Victoria

    #994850

    Chrome and Firefox. The problem is in mobile view. The wording is overlapping the images. Thanks

    #994945

    Hi fashiontribe,

    Can you try adding this css code in Quick CSS:

    @media only screen and (max-width:767px) {
      .responsive #top.page-id-4283 .slideshow_caption .avia-caption-content {
        padding-left: 55%;
      }
    }

    Best regards,
    Nikko

    #994972

    It’s cutting off the bottom of 3 of the slides.
    Thanks

    #994977

    My mistake, it’s still overlapping on step 2 and not resizing images correctly

    #995064

    Hi fashiontribe,

    Please remove this code I gave:

    @media only screen and (max-width:767px) {
      .responsive #top.page-id-4283 .slideshow_caption .avia-caption-content {
        padding-left: 55%;
      }
    }

    and replace it with:

    @media only screen and (max-width:767px) {
      .responsive #top.page-id-4283 #full_slider_1 .avia-slideshow.av_slideshow_full,
      .responsive #top.page-id-4283 #full_slider_1 .avia-slideshow.av_slideshow_full .avia-slideshow-inner,
      .responsive #top.page-id-4283 #full_slider_1 .avia-slideshow.av_slideshow_full .avia-slideshow-inner li {
        overflow: visible !important;
      }
    
      .responsive #top.page-id-4283 .slideshow_caption .slideshow_align_caption {
        text-align: left;
      }
    
      .responsive #top.page-id-4283 #full_slider_1 .caption_fullwidth, 
      .responsive #top.page-id-4283 #full_slider_1 .caption_fullwidth .slideshow_caption {
        position: static !important;
      }
    
      .responsive #top.page-id-4283 #full_slider_1 img {
        width: 100% !important;
      }
    }

    Hope this helps.

    Best regards,
    Nikko

    #995103

    That works, thanks so much!

    #995242

    Hi,

    Great, glad you got it working. Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

Viewing 15 posts - 1 through 15 (of 15 total)
  • You must be logged in to reply to this topic.