Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #586666

    Hi, i made an update to the latest version and that went fine.
    But would you please take a look at the website on a ipad in landscape. Why does the homepage slider not fit and why are there the green strokes at both sides. The vertical position looks fine.
    Can you tell me. How can I omit the two green sides in the landscape position/

    #586754

    Hi Jack!

    can you please use the tool here:
    http://quirktools.com/screenfly/

    and let us know in which size the issue exist?

    Regards,
    Basilis

    #586775

    Hallo Basilis, it’s 1024 x 768 for the ipad.
    Jack

    #587902

    Hallo, have you had time to see my reaction? I hope you can give me advise tot solve my problem.
    Thanks Jack

    #589078

    Hey!

    you can get rid of green background for iPad landscape using this code in Quick CSS field:

    @media only screen 
      and (min-width: 768px) 
      and (max-width: 1024px) 
      and (orientation: landscape) {
    .responsive .boxed#top, .responsive.html_boxed.html_header_sticky #header, .responsive.html_boxed.html_header_transparency #header {
    max-width: 100%;
    }}
    

    Cheers!
    Andy

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.