Tagged: ,

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #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
    Nancy

    #600070

    Hi 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,
    Rikard

    #604795

    Hi 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
    Nancy

    #604820

    Hi!

    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,
    Yigit

    #604835

    Hi 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
    Nancy

    #605422

    Hey!

    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,
    Andy

    #605482

    class 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.

    #606054

    Hey!

    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,
    Yigit

    #606092

    thanks! 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.
    #606122

    Hi N!

    I could not see anything wrong in your custom CSS code that would cause this issue (unless you edited CSS files directly).
    Glad it is resolved now. Let us know if you have any other questions or issues :)

    Cheers!
    Yigit

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘not responsive on ipad’ is closed to new replies.