Home Forums WoodMart support forum Shopping Cart – Cart Totals overlaps with individual items

Shopping Cart – Cart Totals overlaps with individual items

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #475112

    dante
    Participant

    I have an issue with the shopping cart – the totals overlap with the individual items.

    I use
    – Layout – Site Width – Boxed (with hidden overflow)
    – aside of colours, no modifications to the them

    Thanks

    Attachments:
    You must be logged in to view attached files.
    #475136

    Luke Nielsen
    Keymaster

    Hello,

    We appreciate your message!

    In this case, is there any chance that you could give me access to the dashboard area so I can have a look at the settings on your website, please?

    Kind Regards

    #475140

    dante
    Participant

    Hi, unfortunately, I can’t as it is not public yet.
    Can I export the settings or take screenshots?

    Thanks,
    Dante

    #475141

    dante
    Participant

    From testing, the total box will fold to the bottom if the width is being narrowed. (e.g. via making the browser window narrower.
    It seems that the boxed width is not aligned with the layout.

    #475249

    Luke Nielsen
    Keymaster

    Hello,

    That happens because you are enabled the sidebar, therefore, the table overlaps with the content. Unfortunately, we cannot make responsive for the table.

    Please explain how you want it to look like. I await your response.

    Kind Regards

    #475436

    dante
    Participant

    Hi,
    Same as you would see if you narrow the width of the browser.
    Currently the total box folds under the item list.

    Thanks,
    Dante

    #475484

    Luke Nielsen
    Keymaster

    Hello,

    With a narrow boxed site view, sidebar, and product SKUs enabled, it’s impossible to fit a fully standard cart table. In order to fix this, you need to reduce the fonts, thumbnails and padding on the table, which can be done by inserting this custom into the “Global Custom CSS” area in Theme Settings -> Custom CSS.

    .woocommerce-cart-form th {
    	padding: 7px 5px;
    	font-size: 13px;
    }
    
    .woocommerce-cart-form td {
    	padding: 7px 5px;
    }
    
    .woocommerce-cart-form td.product-thumbnail img {
    	min-width: 50px;
      max-width: 50px;
    }

    Kind Regards

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