New Landing How can we help? Themeforest Theme Support Neighborhood Mobile quantity position problem

Viewing 4 posts - 1 through 4 (of 4 total)
  • #317527
    bubura
    Member
    Post count: 34

    Dear Support,

    I tried to add the quantity on the mobile device with the following code:

    @media only screen and (max-width: 767px) {
    .woocommerce table.shop_table .product-quantity {
    display: block!important;
    }
    .woocommerce .quantity .minus, .woocommerce .quantity .plus {
    display: none!important;
    }
    .woocommerce .quantity input.qty {
    border: 0;
    }
    }

    According to http://www.swiftideas.com/forums/topic/mobile-device-shopping-cart-is-missing-headers/

    Unfortunately, the quantity box is in the wrong place. I would like to put this box next to quantity text and dicetrly above the total price. You can see the mobile screenshot.

    Thank you for your help.

    Attachments:
    You must be logged in to view attached files.
    #317582
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add the code below to your custom css option

    @media only screen and (max-width: 767px){
    .woocommerce table.shop_table tr td.product-quantity .quantity {
        margin-left: 50px!important;
        margin-top: -20px!important;
    }
    }

    -Rui

    #317586
    bubura
    Member
    Post count: 34

    Thank you!

    #317587
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    No problem. Glad I could help.
    -Rui

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

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

License required for the following item
Login and Registration Log in · Register