Hallo,
wo kann ich das Bildschirmformat für die mobile Version auf dem Ipad einstellen.
Bei der responsive Version wird die Seite nicht vollständig ausgefüllt
sondern hat links und rechts einen Rand.
Gruß
opareklov
Hi Andy,
ja habe ich. Sieht bei mir auch gut aus. Auch auf Ipad und Iphone.
Was benutzt du für ein Browser?
Gruß Volker
Hey!
From what I understand, you want to remove the edges on iPad view? Is that correct? Add this to the Quick CSS field:
@media only screen and (max-width: 1024px) and (min-width: 768px) {
.responsive body.boxed#top, .responsive.html_boxed.html_header_sticky #top #header {
max-width: 100%;
}}
Regards,
Ismael
Hi!
If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing. Anyway, a screenshot of the issue will help.
Thank you.
Regards,
Ismael