Side cart wrong alignment - by Karbi - on WordPress WooCommerce support

This topic has 10 replies, 3 voices, and was last updated 3 years, 4 months ago ago by Olga Barlow

  • Avatar: Karbi
    Karbi
    Participant
    January 3, 2021 at 16:33

    In side cart products are not aligned properly. Please refer https://prnt.sc/wfc92k
    Kindly help me out to fix it

    Please, contact administrator
    for this information.
    9 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 3, 2021 at 16:53

    Hello,

    Please check – https://prnt.sc/wfcnjb

    Regards

    Avatar: Karbi
    Karbi
    Participant
    January 3, 2021 at 17:01

    Sorry.. That was my old domain/website… please refer my new domain

    Please contact administrator
    for this information.
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    January 4, 2021 at 18:16

    Hello,

    Add the below code to Theme Options > Custom CSS to fix the q-ty position for the variable products

    .product_list_widget .quantity-wrapper {
        bottom: 5px;
    }

    Regards

    Avatar: Karbi
    Karbi
    Participant
    January 5, 2021 at 02:36

    Thanks for the reply. In desktop same problem for few products https://prnt.sc/wgdroa. I have tried in a mobile browser. But the problem still there https://prnt.sc/wgdqsx . Instant of showing quantity on hover, please make it always show in both Mobile and Desktop. As well I want to show full product name always Ex like https://prnt.sc/wgdvyv in karbi.co website.

    Please contact administrator
    for this information.
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    January 5, 2021 at 19:06

    Hello,

    Ok, then replace the previous code with the code below

    .product_list_widget .quantity-wrapper {
        position: relative;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
        background: transparent !important;
    }
    .product_list_widget li .product-title a {
        white-space: normal;
    }

    Regards

    Avatar: Karbi
    Karbi
    Participant
    January 8, 2021 at 04:45

    Quantity button not showing in Mobile side cart. Its showing in desktop browser but in mobile its not showing. https://prnt.sc/wipssm

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    January 8, 2021 at 19:13

    Hello,

    Yes, the mobile cart does not include q-ty and there is no way to show it there without additional PHP/JS customization. You can submit customization request here if you need help to implement that.

    Regards

    Avatar: Karbi
    Karbi
    Participant
    January 9, 2021 at 01:07

    But it was showing before.. Why its not showing now… I was using it before in canvas cart in mobile to change quantity

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    January 11, 2021 at 15:31

    Hello,

    Check now.

    Regards

  • Viewing 10 results - 1 through 10 (of 10 total)

The issue related to '‘Side cart wrong alignment’' has been successfully resolved, and the topic is now closed for further responses

Helpful Topics

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.