Viewing 14 posts - 1 through 14 (of 14 total)
  • #188021
    ask9
    Member
    Post count: 250

    hello.

    pls take a look at each picture attached. i hope, you can help me with that.

    1. footer

    2. cart

    3. checkout

    thanks!!

    greetings

    Attachments:
    You must be logged in to view attached files.
    #188176
    David Martin – Support
    Moderator
    Post count: 20834

    Could you please supply a WP login credential for us and post a link to your site or page in question for us to investigate?

    Thanks,
    David.

    #188288
    ask9
    Member
    Post count: 250
    This reply has been marked as private.
    #188511
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use  this custom css code:-
    .qty-adjust{display:none!important;}

    .woocommerce .cart_totals{margin-top:-3px !important}

    #customer_details,#review-order{width:50% !important; margin-left:0px !important;}

    #review-order,.review-order-wrap{margin:0px !important;padding-top:0px !important;}
    Thanks 🙂
    With Best Regards
    Mohammad

    #188517
    ask9
    Member
    Post count: 250

    hi mohammad.

    thank you.

     

    but now the whole menu is messed up. without using your custom css. did you make some changes?

    after i useed your code i only could see that the arrows were removed.

    pls take a look again. you have got the WP login credentials.

    thanks!!

    #188523
    David Martin – Support
    Moderator
    Post count: 20834

    Hey,

    1)

    Add this CSS, you can adjust the value to your desired px value.

    #copyright ul.social-icons {
    float: left;
    margin-top: -3px;
    }

    2)

    I do not see that, have you made custom edits?

    3)

    In your child theme edit the file ‘form-checkout.php’. This is located in the theme folder /woocommerce/checkout/form-checkout.php.

    On line 30 change:

    <div class="span7" id="customer_details">

    T0:

    <div class="span6" id="customer_details">

    On line 59 change:

    <div class="col-2 span5" id="review-order">

    T0:

    <div class="span6" id="review-order">

    Thanks,
    David.

    #188573
    ask9
    Member
    Post count: 250

    hi david.

    footer is ok now. thanks.

    but unfortuneately the rest dosnt work. and suddenly the main menu is messed up.

    thanks.

    #188591
    David Martin – Support
    Moderator
    Post count: 20834
    This reply has been marked as private.
    #188600
    ask9
    Member
    Post count: 250
    This reply has been marked as private.
    #188638
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    1) I see, you want the checkout login form inputs under each other. Use this:

    p.form-row.form-row-last {
      float: left;
      clear: both;
    }

    Thanks.

    #188657
    ask9
    Member
    Post count: 250

    hi.

    now its almost perfect.

    1.)the checkout login form should be completely on the left side. one the left 50% width. (attachment)

    2.) the checkout login form should be permanently open. without clicking on it. possible?

    then it would be perfect.

    thanks.

    Attachments:
    You must be logged in to view attached files.
    #188725
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    1)

    .woocommerce form.login {
      max-width: 50%;
    }

    2) Unfortunately this customisation is beyond our scope of support. While we’d love to be able to support every customisation request, we simply don’t have the time.

    Thanks.
    David.

    #188727
    ask9
    Member
    Post count: 250

    ok great, it works. thanks david!

    #188734
    David Martin – Support
    Moderator
    Post count: 20834

    No worries 🙂

Viewing 14 posts - 1 through 14 (of 14 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register