Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #906826

    Hi!

    Hope you can help me with this question from an earlier thead

    The button on the easy slider on the homepage isn’t visible on mobile… It is ‘descending’ I quess. Is there anything you can do to fix that? Maybe make the text-box wider?

    hope you can help me :-)

    maaike

    #907177

    Hey lindemarie,

    Please try the following in Quick CSS under Enfold->General Styling to decrease the font size a bit on mobile:

    @media only screen and (max-width: 767px) {
    .home .avia-caption-title {
      font-size:25px !important;
    }
    
    .home .avia-slideshow-button {
      font-size:18px !important;
    }
    }

    Best regards,
    Rikard

    #908466

    Hi Rikard,

    Thanks for your effort. Appreciate e it.

    I have added it, but still I don’t see the button.

    I have added a sceenshot for you to see.

    Can you look into it again for me?

    Thank you!
    Maaike

    #908512

    Hi Maaike,

    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) {
       .js_active .avia-slideshow li:first-child,
       .avia-slide-wrap, .avia-slideshow,
        .av_slideshow_full li img, 
        .avia-slideshow-inner {
        min-height: 220px;
    
      }
      .av_slideshow_full li img {
         min-width: 140%;
         margin-left: -60px;
      }
      #top .avia-slideshow-button {
          padding: 5px;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #908524

    We’re getting somewhere :-)

    Button is visible.

    Only now the image is stretched…

    #908654

    Hi,

    Can you try to replace this part of Victoria’s code:

    .av_slideshow_full li img {
        min-width: 140%;
        margin-left: -60px;
    }

    to:

    .av_slideshow_full li img {
        min-width: 140%;
        margin-left: -60px;
        min-height: 0 !important;
    }

    Hope this helps :)

    Best regards,
    Nikko

    #908662

    Hi nikko,

    thanks!

    only now it isn’t high enough and I see whitespace below…. (see screenshot)

    sorry!!

    feel like I am a hair-splitter…

    #908672

    Hi,

    No worries :) try to replace the code I gave with:

    .av_slideshow_full li img {
        min-width: 160%;
        margin-left: -100px;
        min-height: 0 !important;
    }

    Hope this helps :)

    Best regards,
    Nikko

    #912403

    thanks nikko!

    #912406

    Hi,

    I’m glad Nikko was able to help. Did you need further assistance or shall we close this thread?

    Best regards,
    Jordan Shannon

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