New Landing How can we help? Themeforest Theme Support Neighborhood Shopping Bag – Problems & Adjustements

Viewing 8 posts - 1 through 8 (of 8 total)
  • #84861
    MeineLiebe
    Member
    Post count: 155

    Hello,

    i got 3 problems (see attachment)

    1. The product name on the oveview should be on the same line height as the price and the other attributes

    2. The cart total price should be on the right side and the tax text under the price with right allignment:

    like this

    Gesamtbetrag 690,00€
    (ENTHÄLT….Mwst.)

    3. The checkout button should have the same size as the “update Bag” button

    And should also have an HOVER EFFECT right now there is none 🙁

    thanks a lot for your help

    #84862
    MeineLiebe
    Member
    Post count: 155
    This reply has been marked as private.
    #85185
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please go to Admin -> Theme Options -> Custom CSS => Here put given below code and update options.

    td.product-name{padding-top:40px !important}
    a.checkout-button:hover{background:#95D3C4 !important}
    .woocommerce .button.update-cart-button, .woocommerce .button.checkout-button{height:34px !important}
    tr.order-total strong{display:block;width:175px;}

    Thanks 🙂
    With Best Regards
    Swift Ideas

    #85336
    MeineLiebe
    Member
    Post count: 155

    Great ! worked fine!

    the only thing is…the checkout button text “ZUR KASSE” should be centered vertically.

    cant find a solution via custom css 🙁

    can you help me once again? pls ?

    #85412
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Try this custom css.

    
    .woocommerce .button.checkout-button {
    line-height: 30px !important;
    }

    Best Regards,
    Rui

    #85959
    MeineLiebe
    Member
    Post count: 155

    NICE ! this on worked.

    now theres another thing at the checkout page

    the country should be horizontal aligned
    and the total amount price should be also horizontal aligned and right aligned…

    see attachment

    thanks for your help!

    #85963
    MeineLiebe
    Member
    Post count: 155
    This reply has been marked as private.
    #86034
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    For the Country in the checkout page

    .woocommerce form #customer_details .form-row label {
    margin-top: -10px !important;
    }

    for the price

    .order-total td{
    float:right;
    }
    .order-total th{
    line-height:80px;
    }
    
    

    Best Regards,
    Rui

Viewing 8 posts - 1 through 8 (of 8 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