Topic Resolution: Resolved
  • Closed
  • 14.06.2016 at 13:26 #28404

    Hi there,
    I have just purchased the evolve + to see if I could solve the problem of the homepage on mobile screens. Unfortunately the problem persists.
    My sites are http://www.web-aid.fr, http://www.web-aid.nl
    The problems I have are:
    – the menu bar seem to cover the slider
    – the description box of the slider has disappeared
    – the arrows don’t show up.

    I’ve searched on the forum for help but none of the tips have helped so far.
    Maybe now with your direct support?

    Thanks

    Denzel Chia
    Moderator
    Posts: 2656
    15.06.2016 at 05:16 #28421

    Hi,

    They were disabled in mobile view by design.

    You can enable them by using the following in your Theme Options -> Custom CSS

    @media screen and (max-width:768px){
    .carousel-caption p {
    display: block !important;
    font-size: 12px;
    }
    .carousel-inner .item, .carousel-inner img {
    min-height: 300px !important;
    }
    .carousel-caption h2 {
    font-size: 20px !important;
    }
    .carousel-control {
    display: block !important;
    }
    }

    Thank you.

    Françoise Isnard
    Spectator
    Posts: 71
    15.06.2016 at 10:41 #28425

    Hi Denza,
    Thank you for your answer but nothing changed after applying these CSS.

    Any other suggestion? I really hope to solve the mobile appearance because I really like this template 😉

    I am using Evolve + 2.6.6 and WP 4.5.2

    Thank you for your support and let me know if you need more information
    Françoise

    Denzel Chia
    Moderator
    Posts: 2656
    16.06.2016 at 02:34 #28431

    Hi,

    Something is wrong with your copy and pasting.
    Please take a look at the codes I had provided in previous reply.

    Remove the parts that says and in the codes that you had pasted in your custom css.

    Thank you.

    Françoise Isnard
    Spectator
    Posts: 71
    16.06.2016 at 11:05 #28437

    Fabulous Denzel! It looks great!
    Thank you for your support!

    Denzel Chia
    Moderator
    Posts: 2656
    17.06.2016 at 03:58 #28451

    You are welcome!
    Thank you.