• Closed
  • Paula Battle
    Spectator
    07.11.2016 at 14:23 #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
    08.11.2016 at 09:48 #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
    08.11.2016 at 14:52 #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
    09.11.2016 at 08:18 #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
    09.11.2016 at 08:22 #31097

    Hi,

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

    Thank you.