Okay
  Public Ticket #1223529
Urgent mobile site bug fix
Closed

Comments

  • Ana started the conversation

    Please can you help us with this urgently:

    If you click the link and scroll down to the second SERVICES full row (full screen slider) on the mobile device, the swipe left right arrows are positioned behind the slide wording - can we fix this, by re positioning below/either side like the main site? I looked at the options on the page but nothing has worked so far. (screenshot attached).

    Best

    Ana

    Login details are attached to a private message -thanks.

  •  9,013
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    @media only screen and (max-width: 690px) {
        .swiper-slide .content {
            width: 90% !important;
        }
    }

    Thanks


    ThemeNectar Support Team 

  • Ana replied

    Hi

    Its still behind text and the text now appears to be off center.

    Please advise.

    Ana

  •  9,013
    Tahir replied

    Try adjusting these Mobile overrides :

    thnaks


    ThemeNectar Support Team 

  • Ana replied

    I have tried this before, the slider now works when you click the arrows thanks to your code, but the text cannot really be any smaller or you wont read it easily. Its the arrows either side are in a funny position -similar to screenshot below right side is fine, the left arrow is behind the text and too far over on the mobile.

    Thanks again.
    Best

    Ana

  •   Ana replied privately
  • Ana replied

    Hi again - apologies we are in a bit of a hurry to get this site live this week and I have to go away on Thursday - have you had any success with this? The fixes you have suggested still do not work. 

    Thanks

    Ana

  •  9,013
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    @media only screen and (max-width: 690px) {
        html body .nectar-slider-wrap[data-overall_style="directional"] .swiper-container .slider-next i, html body .nectar-slider-wrap[data-overall_style="directional"] .swiper-container .slider-next:hover i {
            right: 30px!important;
        }
        html body .nectar-slider-wrap[data-overall_style="directional"] .swiper-container .slider-prev i, html body .nectar-slider-wrap[data-overall_style="directional"] .swiper-container .slider-prev:hover i {
            left: -15px!important;
        }
        .swiper-slide .content {
            padding: 0 10vw !important;
        }
    }

    Thanks


    ThemeNectar Support Team 

  • Ana replied

    Hi this worked and the arrows are beautifully aligned on the mobile. However the slider copy is not centralised no matter what I try to do, there is no option on nectar and if I click edit it is centered, please see attached.
    Best
    Ana

  •  9,013
    Tahir replied

    Forgot to tell you to remov this code . 

    It should work now . 

    Bes.t


    ThemeNectar Support Team 

  • Ana replied

    Awesome - thank you very much - looks great!

    Ana