Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Author Nirmal Kumar Ram

    (@sagarseth9)

    Thanks for reporting this, it will be resolved with the new update.

    Thread Starter rosstberlin

    (@rosstberlin)

    OK thanks @sagarseth9, when is the new update expected? We would like to go live in the next few days.

    Hello, same problem I am also having. Is there a quick CSS fix, till new update?
    Regards!

    Thread Starter rosstberlin

    (@rosstberlin)

    Hi, this seems to suffice at present (perhaps better to use media queries):

    I changed the font size on the submit buttons …

    .rpress-checkout-button-actions a.rpress-submit.button{
    font-size:8px;
    background-color:#a87f19;
    color:#ffffff;
    font-weight:bold;
    }

    … and centre aligned the parent element:

    #rpress_checkout_form_wrap fieldset{
    border:1px solid #a87f19;
    text-align:center;
    }

    8px is too small font size. I don’t know what else can be done at the moment so using this code. Thanks you.

    Change the font size to something higher in the code sample @rosstberlin provided ??

    i.e. font-size: 14px;

    Thread Starter rosstberlin

    (@rosstberlin)

    @skylerdesign @hsi12 you will need to change the button then otherwise the button will too wide for a standard mobile in portrait view.

    Plugin Author Nirmal Kumar Ram

    (@sagarseth9)

    Hello Guys,

    We are going to release another update this week which will resolve this issue.

    Regards,
    Nirmal

    Thank you Nirmal

    Plugin Author Nirmal Kumar Ram

    (@sagarseth9)

    @hsi12, Please update the plugin 2.5.2 and see if it fixes the issues.

    Hello Normal,
    One problem related to Login I have mentioned in another post is solved. But the problem we mentioned here in this post — “The update causes button styling issues on mobile.” is still there.

    Right now I am going to use the same code as given here by rosstberlin. The only problem with it is, text is getting very small. If we can split ‘Register or checkout as a guest’ texts in two parts, would be good. Until the next update, could you please provide some other temporary way/code to do so?

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Checkout Display Issues with 2.5.1 Update on Android’ is closed to new replies.