• Closed
  • Paula Battle
    Spectator
    November 7, 2016 at 2:23 pm #31070

    Hi,

    I’m using the Parallax slider with Evolve + 2.6.8.

    It all looks good on web (battleplancreative.com) but on mobile the buttons on the slider are overlaying the text.

    I can’t see any options for editing this or even for just disabling this on mobile.

    Has anyone else experienced this and found a fix?

    Thanks in advance,

    Denzel Chia
    Moderator
    Posts: 2656
    November 8, 2016 at 9:48 am #31080

    Hi,

    Please use the following in Theme Options -> Custom CSS
    It will hide your slider button in mobile.

    @media screen and (max-width:768px){
    .da-slider .da-link {
    display: none !important;
    }
    }

    Thank you

    Paula Battle
    Spectator
    Posts: 1
    November 8, 2016 at 2:52 pm #31085

    Thanks for that Denzel.

    That’s worked and is okay as a workaround… but will there be a full fix in a future version? Would be ideal if the link buttons were positioned to the right in mobile, for example.

    All the best,

    Denzel Chia
    Moderator
    Posts: 2656
    November 9, 2016 at 8:18 am #31096

    Hi,

    I will submit an issue report to our developer.
    Not sure, when will the new theme update be available.

    Thank you.

    Denzel Chia
    Moderator
    Posts: 2656
    November 9, 2016 at 8:22 am #31097

    Hi,

    Just made a report in our company’s private github.

    Thank you.