Okay
  Public Ticket #339053
portfolio arrows partially off screen
Closed

Comments

  • c started the conversation

    See attached pic. Portfolio arrows on home page slightly off screen. Need to be able to see both arrows. Thanks.

  •  8,406
    Tahir replied

    Hey!

    I cant seem to recreate the issue. Can you please let us know which browser you are seeing this on how we can recreate the issue. 

    Thanks 


    ThemeNectar Support Team 

  • c replied

    macbook 15 in screen using Safari as a browser

  •  8,406
    Tahir replied

    Hey Again!

    Add this into the Custom CSS box located in your Salient Options panel :
    @media only screen and (min-width: 1000px) {
        body .carousel-heading .container .carousel-prev {
            right: 55px !important;
        }
        
        body .carousel-heading .container .carousel-next {
            right: 30px !important;
        }
    }
    
    Thanks 


    ThemeNectar Support Team 

  • c replied

    great. Thanks.