Okay
  Public Ticket #327778
Mobile View Carousel Icons Overlapping
Closed

Comments

  •  1
    Joerg started the conversation

    Hi Thair,

    sorry to ask something else!
    But you give such a great support - so it is easyer to ask the pro :-)

    I noticed that the carousel icons are overlapping in the Mobile view. This was allready before we changed the arrows.

    Please find attached file to see details...

    Thanks

    Joerg

  •  8,844
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    @media only screen and (max-width: 1000px) {
        body .carousel-wrap[data-full-width="true"] .carousel-heading a.portfolio-page-link {
            left: 0px;
        }
        
        body .carousel-wrap[data-full-width="true"] .carousel-heading a.carousel-prev {
            left: 50px!important;
        }
    }
    
    Thanks 


    ThemeNectar Support Team 

  •  1
    Joerg replied

    Thank you - I tell all my friends to use Salient Theme also :-)