Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1355400

    Hi there,

    i´ve made for a customer of mine a new “undersite” (see private content).
    This Customer is using Enfold since 2016.

    On that new undersite i´ve used lot of “Button-Elements”.
    So far, it´s all good on PC.
    But i have Problems with the exact alignment especialley on iPhone 11 Pro, iPhone 8 (maybe on all iPhones).
    The alignment on all Phones are a litte bit to much on the right site (even on my Samsung S8).
    But on iPhone 11 Pro it is too extreme on the right side – looks like the frames on the right site are “cutted”.
    Not really cool.

    So please: can you take a look and help me?

    thanks a lot,
    felixl
    p.s.: please see your credentials below.

    • This topic was modified 2 years, 5 months ago by felixl. Reason: sorry, button is called "jetzt gewinnen" not "jetzt testen". my bad
    #1355452

    Hey felixl,

    I’m not sure if I can see the problem on my end, could you share screenshots highlighting what you would like to adjust please?

    Best regards,
    Rikard

    #1355512

    hello rikard,

    sure, please check the links below in private content.

    thanks a lot,
    felixl

    #1355707

    Hi,
    Thank you for your patience and for the screenshots, I don’t have an iPhone but by examing with Chrome DevTools at 320px screen width, which is the typically small iPhone width I found that the x-large buttons have a min-width of 320px and the page has a max-width of 85%
    2022-06-18_007.jpg
    But once you look at the larger screen phones like 425px this issue doesn’t show.
    I recommend this css to correct for the smaller phones:

    @media only screen and (max-width: 430px) { 
    .avia-button.avia-size-x-large {
        min-width: 100% !important;
    }
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1355760

    Hello Mike,

    thanks a lot for your reply.

    I installed the css and my customer will check this on his iphone.
    i´ll get to you with the status, ok?

    have a great day,
    felixl

    #1355763

    Hi,
    Ok, we will leave open to hear back from you.

    Best regards,
    Mike

    #1355911

    hello mike,

    got now the feedback from my customer…

    @media only screen and (max-width: 430px) {
    .avia-button.avia-size-x-large {
    min-width: 100% !important;
    }
    }
    works perfectly!

    thanks for your great support,
    felixl

    #1355952

    Hi,

    Great, I’m glad to hear that it’s working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1356045

    hello rikard,

    thanks, all is fine.
    you can close this topic.

    felixl

    #1356061

    Hi,

    Thanks for letting us know, I’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Problems with Buttons on iPhone / Responsive’ is closed to new replies.