Okay
  Public Ticket #261365
Transparent Home Slider on iPad in Horizontal view
Closed

Comments

  • Kerramel started the conversation

    Hi There!  My transparent home slider looks weird in iPad horizontal view.  Can you help me fix it? :)

    Thanks!

    Kerry

  •  8,839
    Tahir replied

    Hey Kerry!

    Can you please provide a screenshot so we can take a look. 

    Thanks


    ThemeNectar Support Team 

  • Kerramel replied

    Sure thing! Please see attached.

  •  8,839
    Tahir replied

    Hey Kerramel!

    Add this into the Custom CSS box located in your Salient Options panel :

    /* iPad landscape fixes */
    @media only screen and (min-device-width: 481px) and (max-device-width: 1025px) and (orientation:landscape) {
        body #featured {
            margin-top: 0px !important;
        }
        body #featured article {
            top: 75px !important;
        }
        
        body .orbit-wrapper div.slider-nav span.left, .orbit-wrapper div.slider-nav span.right {
            top: 275px !important;
        }
    }
    
    

    Cheers


    ThemeNectar Support Team 

  • Kerramel replied

    Thank you Tahir!!!  That did the trick!

    Best,

    Kerry