Okay
  Public Ticket #2425652
Nectar Slider arrows
Closed

Comments

  • carneys943 started the conversation

    On the left side the arrow is correct but on the right side it is half off the screen. This is fine in portrait mode but not in landscape mode. Any ideas what setting controls this please? 

  •  8,884
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    @media only screen and (min-width: 1000px) {
        .orbit-wrapper div.slider-nav span.left, .swiper-container .slider-prev {
            margin-left: 0px !important;
        }
        .parallax_slider_outer .swiper-container .slider-next {
            right: 20px;
        }
    }

    Thanks


    ThemeNectar Support Team 

  • carneys943 replied

    Thank you that worked perfectly. Thanks