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/
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
Hallo Basilis, it’s 1024 x 768 for the ipad.
Jack
Hallo, have you had time to see my reaction? I hope you can give me advise tot solve my problem.
Thanks Jack
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