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 #2162788
woo cart running out of frame on mobile
Closed

Comments

  • aeuphelia started the conversation

    In the shopping card on woocommerce the overview of what products are in the bascet don't scale down on mobile. Can't adjust size on page either.


    Copied the code to custom css on thegem. Didn't solve the problem either.:

    @media (max-width: 767px) {
    body .custom-header .custom-header-title {    padding-bottom: 50px;
    }
    body .woocommerce-cart .custom-header .custom-header-title h1 {    line-height: 1;
    }
    }



    Please help.

  •  4,774
    Michael replied

    HI!

    pls. use following css:

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

     

    6707465710.png
  • aeuphelia replied

    Hi Michael,

    it solved the problem only half. The text inside the box is still running out of frame.

    Please see screenshot attached.


    And also the buttons are way bigger than on the checkout page and running out of screen.


    Thanks, Astrid

  •  4,774
    Michael replied

    pls. use following css:

    .submit-buttons.centered-box button {
        font-size: 15px;
    }

     

    6707465710.png

    This block can scroll.

    3154692178.png
  • aeuphelia replied

    Hi Michael,

    ohhh really. I did not see that the block could scroll. It looked like a programming mistake to me.

    Is there any way we can do it one line at a time as shown in the attachment?

    I understand that this might be out of support coverage. If so could you please advise how the process is of getting a quote from theGem to hire a programmer to do the changes for me.

  •  4,774
    Michael replied

    pls. use following css:

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

     

    6707465710.png
  • aeuphelia replied

    Thank You Michael. It's looking great now.

    Thanks for your great support.

  •  4,774
    Michael replied

    You're welcome!

    Have a nice day!