Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1135754
    twinkie
    Participant

    A login page, among other checkout-related pages, could be split into more organized 2 columns (that would collapse on mobile) and look more presentable.

    Here is what I mean:

    #1136172
    Friech
    Moderator

    Hi There,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation.

    Cheers!

    #1136963
    twinkie
    Participant
    This reply has been marked as private.
    #1137088
    Lely
    Moderator

    Hello There,

    Did you just add shortcode to achieve this? Please try adding the following custom CSS on Appearance > Customize > Custom > Edit Global CSS:

    div#customer_login {
        width: 50%;
    }

    Would you mind providing us with login credentials so we can take a closer look on your setup? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    #1137101
    twinkie
    Participant

    Well, yes, that’s how woocommerce does it.
    MyAccount page is nothing but:

    [woocommerce_my_account]

    shortcode in page.

    It’s just in X it displays in a funky way.

    #1137253
    Jade
    Moderator

    Hi there,

    Kindly provide us with your admin details so that we could check this further.

    Thank you.

    #1137587
    twinkie
    Participant
    This reply has been marked as private.
    #1137927
    Rue Nel
    Moderator

    Hello There,

    Thanks for providing the details. Please know that that is the default Woo Login Form in X. You can view the demo here: http://demo.theme.co/shop-integrity/my-account/

    If you want to make a two columns, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    @media(min-width: 980px){
      #customer_login .col-1,
      #customer_login .col-2{
        width: 48%;
        float: left;
        margin-right: 4%;
      }
    
      #customer_login .col-2{
        margin-right: 0 !important;
      }
    }

    http://prntscr.com/c7l6bx

    Hope this helps.

  • <script> jQuery(function($){ $("#no-reply-1135754 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>