Sign in page on MOBILE! - by tevametic - on WordPress WooCommerce support

This topic has 5 replies, 3 voices, and was last updated 6 years, 11 months ago ago by Olga Barlow

  • Avatar: tevametic
    tevametic
    Participant
    May 9, 2017 at 05:48

    Hello Sirs,

    I am using Xstore theme and when I enter to SIGN IN/REGISTER page on mobile – the SIGN IN section and the REGISTER section appears in a same row.
    Please visit my site on mobile and understand what I mean.

    I want them to appear one after another as vertical shape.

    How can I manage this problem??

    4 Answers
    Avatar: amzy
    Amzy Leel
    Participant
    May 9, 2017 at 07:29

    Hello,

    I am not sure I understood your query correctly or not.

    sign in and register columns are already one after another in mobile view.
    check : http://prnt.sc/f5q8ns

    Avatar: tevametic
    tevametic
    Participant
    May 9, 2017 at 07:33

    Yes I want my site to look like the image you sent me. But at my site it doesnt look like yours. Please enter to my site tevametic.co.il and see

    Avatar: tevametic
    tevametic
    Participant
    May 10, 2017 at 04:05

    Hello~?? Any reply???

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    May 11, 2017 at 17:37

    Hello,

    Sorry for the delay. Add the following code in Theme Options > Styling > Custom CSS

    @media only screen and (max-width: 480px){
    .woocommerce-account .woocommerce .u-columns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .woocommerce-account .woocommerce .u-columns .u-column2{
    padding-left: 0;
    }
    }

    This issue was fixed in version 3.13 of our theme.

    Regards

  • Viewing 5 results - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.