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

Viewing 15 posts - 1 through 15 (of 17 total)
  • #187845
    AndyH
    Member
    Post count: 54

    Hello,

    my checkout process in the mobile version looks very strange. You just can see the whole information if you turn the phone on the bright side.

    Also the products below the cart “You may also interested in” are much too small.

    What is the reason. Please check?

    Thank you

    #188540
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add the code below to your custom css option to fix the related products width.

    @media only screen and (max-width: 767px){
    body.woocommerce .has-no-sidebar ul.products li.product, body.woocommerce .has-no-sidebar .upsells.products ul.products li.product {
      width: 48%!important;
    }
    }

    Can you explain further the checkout process issue? Maybe a screenshot would help me understand.

    Thanks

    -Rui

    #188557
    AndyH
    Member
    Post count: 54
    This reply has been marked as private.
    #188576
    AndyH
    Member
    Post count: 54
    This reply has been marked as private.
    #188605
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Can you tell me what product did you added so I can get the same “You may also interested in” products?

    I’m not aware of any issue in Blackberry.

    -Rui

    #188607
    AndyH
    Member
    Post count: 54
    This reply has been marked as private.
    #188626
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    My previous code also sorted that. Try to clear the cache in the mobile.
    This is what I’m seeing
    https://www.dropbox.com/s/m67fzyq19s1w1vl/2015-06-25%2013.16.06.png?dl=0

    -Rui

    #188737
    AndyH
    Member
    Post count: 54
    This reply has been marked as private.
    #188906
    AndyH
    Member
    Post count: 54
    This reply has been marked as private.
    #189055
    AndyH
    Member
    Post count: 54
    This reply has been marked as private.
    #189665
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Can you check if you have any caching mechanism in your server?
    Check the htaccess file.

    -Rui

    #193391
    AndyH
    Member
    Post count: 54
    This reply has been marked as private.
    #193403
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Try to add the code below to your custom css option.

    @media only screen and (max-width: 767px){
    body.woocommerce .has-no-sidebar ul.products li.product, body.woocommerce .has-no-sidebar .upsells.products ul.products li.product {
      width: 46%!important;
      min-height: 270px!important;
    }
    }

    -Rui

    #211486
    AndyH
    Member
    Post count: 54
    This reply has been marked as private.
    #211931
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    Please add this custom CSS:

    @media only screen and (max-width: 767px) {
    .review-order-wrap {
        border: none!important;
        padding: 0!important;
    }
    }

    Thanks,
    David.

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