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

    Hi Enfold,
    So I use the fullwidth Easyslider on several of my site pages (see private content). It works well on a laptop screen and iPad etc, however, when displayed on an iPhone in portrait some of the captions disappear. The main heading is there, but the sub heading and button disappear.
    Is there a fix for this? Thank you.

    #841948

    Hey Marssolutions,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    .html_header_transparency #top .avia-builder-el-0 .slideshow_caption {
        padding-top: 40px !important;
    }
    }

    Best regards,
    Rikard

    #842274
    This reply has been marked as private.
    #843708

    Hi,

    Just loaded the page and can see all the buttons loading properly, can you share a screenshot for us please?

    Best regards,
    Basilis

    #843763
    This reply has been marked as private.
    #844048

    Hi!

    You can upload a screenshot to imgur.com, dropbox.com, Google Drive or another similar service and share the link here.

    Best regards,
    Sarah

    #844661
    This reply has been marked as private.
    #845765

    Hi Marssolutions,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 479px) {
      .html_header_transparency #top .avia-builder-el-0 .slideshow_caption {
        padding-top: 20px !important;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #846032

    Thanks Victoria, works perfectly, thanks again!

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Fullwidth easyslider on mobile’ is closed to new replies.