Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #2165178
Theme Issue
Closed

Comments

  • KamisoriShears started the conversation

    This theme isn't mobile ready as it is giving various issues with mobile usability. We did find ways to work around it for the most part but these two things needs to be fixed and are critical. The mobile checkout view is not appearing properly on two sections. Please refer to the pictures. First one is cart image flowing off the screen and the second is the credit card fields are way  to narrow. We don't need that check mark if removing those will help. Thank you and look forward to your reply. 

  •  4,774
    Michael replied

    HI!

    1) pls. use following css:

    .cart-item .gem-table {
        overflow-x: scroll;
    }

     

    6707465710.png

    5879868182.png

    2) Please provide a link to this page.

  •   KamisoriShears replied privately
  •  4,774
    Michael replied

    1) pls. use following css:

    @media(max-width:767px){
    .woocommerce .woocommerce-cart-form.responsive .cart-item .gem-table .shop_table td.product-price, 
    .woocommerce .woocommerce-cart-form.responsive .cart-item .gem-table .shop_table td.product-subtotal {
        font-size: 12px !important;
    }
    .woocommerce-cart-form.responsive .cart-item .gem-table .shop_table td {
        padding: 23px 0px !important;
    }
    .woocommerce-cart-form.responsive .cart-item .gem-table thead th {
        padding: 20px 5px !important;
    }}
    

     

    6707465710.png

    2) Yes, it is advisable to put this code in the Theme Options.