Okay
  Public Ticket #1237094
Nectar Slider navigation offset on mobile devices
Closed

Comments

  •  1
    Mike started the conversation

    I’ve created several Nectar Sliders that appear on different pages of my clients website. The look fine on a desktop, however when viewed on mobile devices (phone & tablet) the arrow navigation is offset to the right. This is more noticeable on a phone as the arrow sits on top of the text. Any ideas how I can fix this?

  •  9,012
    Tahir replied

    Hey Mike,

    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) {
        .nectar-slider-wrap[data-button-styling="btn_with_preview"] .swiper-container .slider-prev i, .nectar-slider-wrap[data-overall_style="directional"] .swiper-container .slider-prev i {
            left: -12px!important;
        }
    }

    Thanks


    ThemeNectar Support Team 

  •  1
    Mike replied

    Thanks – that worked perfectly. And WOW – what a response time… I’m impressed.