Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #329433

    Hey guys – please see my site on mbile – here is a screenshot http://awesomescreenshot.com/0893legjb7.

    The easy slider doesn’t look good on mobile – it’s hiding the text and the CTA button. How can I amend this?

    Here is my site

    http://shortiedesigns.com/

    Cheers

    #330008

    Hi ShortieD!

    Thank you for using Enfold.

    Please add this on Quick CSS or custom.css to change the size of the caption title:

    @media only screen and (max-width: 767px) {
    .responsive #top .slideshow_caption h2 {
    font-size: 15px !important;
    }
    
    .avia_transform .av_slideshow_full.avia-fade-slider .active-slide .avia-caption-content, .avia_transform .av_fullscreen.avia-fade-slider .active-slide .avia-caption-content {
    font-size: 12px;
    line-height: 18px;
    }
    
    #top .avia-slideshow-button {
    font-size: 12px;
    margin-top: 5px;
    padding: 6px 8px !important;
    }
    }

    You can also hide it on mobile device, apply the display: none property.

    Regards,
    Ismael

    #342522

    Hey guys – I added this code to my child theme stylesheet but it didn’t work. Can you please review?
    Cheers

    #343662

    Hi!

    the code should work. Could you please give us admin access to have a look into your site? post it here as a private reply.

    Cheers!
    Andy

    #345003
    This reply has been marked as private.
    #345591

    Hi!

    your current Enfold version is 2.9.2. Please update to the new version 3.0.2.

    Regards,
    Andy

    #354091

    Hey guys – I’ve updated to the latest theme and this still hasn’t been resolved.

    I just need the button to show on iphone portrait (shows fine on landscape). it looks like its not pulling the styles you have through?

    Can you please check?
    Cheers

    #354223

    Hey!

    You should probably replace the fullwidth slider with the full screen slider when viewing on mobile device. Please refer to these links how:

    https://kriesi.at/support/topic/replace-slider-on-mobile/
    https://kriesi.at/support/topic/displaying-another-slider-on-mobile-devices/

    The example on the link is using the layer slider but you can do it with the full screens slider.

    Regards,
    Ismael

    #478681

    Thank you. Ismael’s code worked perfectly for me.

    #478926

    Hey!

    Great, glad we could help :-)

    Regards,
    Rikard

    #512709

    Hi,

    this didn’t work for me.
    I am using the easy slider, not the full-width easy slider.

    Can you advise me on this? Thanks!

    Link in private box!

    Hans

    #513222

    Hi!

    which changes exactly do you wish? I suggest to make font size smaller:

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

    Best regards,
    Andy

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