Okay
  Public Ticket #255514
Home Slider on iPad
Closed

Comments

  • Thomas started the conversation

    Hi there,

    There is a problem with my home slider on the iPad landscape position.

    The home slider positioning doesn't fit the screen when I use the transparent header.

    It also doesn't look good when I deactivate the transparent header (the home slider isn't centered).

    Thanks for your help.

    Thomas.

  •  1,070
    ThemeNectar replied

    Hey Thomas,

    If you can allow me admin access or reactivate the transparent header i'd be glad to help - however, as for just centering the video without the transparent header on, add this into the  custom css box located in your Salient Options panel:

    @media only screen and (min-width : 690px) and (max-width : 1000px) { 
    
    html body #featured .post-title div.video {
        top: 13px!important;
    }
    }
    

    Cheers