Tagged: iPad, responsive
-
AuthorPosts
-
March 15, 2016 at 12:18 pm #598327
hi,
I’m still having an issue with this site below – it isn’t responsive on ipads + larger – fine on mobile.
Can you take a look?
thanks
NancyMarch 18, 2016 at 5:12 am #600070Hi Nancy,
Sorry for the late reply. I’m not sure if I could see any problems to be honest, could you post a screenshot highlighting them please?
Regards,
RikardMarch 29, 2016 at 9:48 pm #604795Hi Rikard
if you look at the image below, on an ipad the right side of the site is getting cut off.
It’s OK on mobile.
?
thanks
NancyMarch 29, 2016 at 10:36 pm #604820Hi!
Please turn on custom CSS field for ALB elements – kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and edit your element and give it a custom CSS class and then add following code to Quick CSS
@media only screen and (max-width: 1024px) and (min-width: 767px) { .your-custom-class h1 span { font-size: 40px !important; }}
Best regards,
YigitMarch 29, 2016 at 11:09 pm #604835Hi Yigit
that did not do the trick – also isn’t that just targeting the h1 font size?
The whole page on ipad is not responsive as far as I can see.
thanks for taking a look
NancyMarch 30, 2016 at 8:10 pm #605422Hey!
which class name did you define after turning on custom css class?
Please send us admin login so we can take a deeper look into it.
Best regards,
AndyMarch 30, 2016 at 9:48 pm #605482class name: ipad
code:
@media only screen and (max-width: 1024px) and (min-width: 767px) {
.ipad h1 span { font-size: 40px !important; }}thanks for your help. Never had this problem before.
March 31, 2016 at 5:14 pm #606054Hey!
I edited your text and gave it a custom class and then changed the code to following one
@media only screen and (max-width: 1024px) and (min-width: 767px) { .ipad-span { font-size: 40px !important; } #ipad .avia_textblock { max-width: 700px; }}
Please review your website now
Regards,
YigitMarch 31, 2016 at 6:13 pm #606092thanks! was there a reason it was not responsive before? Had I set something wrong?
actually I just looked back at the site and it’s not centered on the ipad, at least in the google dev inspector.
I’m not sure I”m keeping this layout, so I won’t spend more time on it now, but I don’t get why the color sections
do not stay centered on the ipad size.
thanks
nancy- This reply was modified 8 years, 7 months ago by Munford.
March 31, 2016 at 7:00 pm #606122 -
AuthorPosts
- The topic ‘not responsive on ipad’ is closed to new replies.