Basket/Cart Sidebar & Hover - by dougflo

This topic has 2 replies, 2 voices, and was last updated 8 years, 3 months ago ago by Eva Kemp

  • Avatar: dougflo
    dougflo
    Participant
    January 21, 2016 at 15:47

    I am having a few issues with the layout of both the cart in the sidebar and the cart hover function on the top right of the webpage. Please could you advise on how to fix the issue.

    I have added the problem with how we would like it to the attached pictures.

    Many Thanks.

    Please, contact administrator
    for this information.
    1 Answer
    Avatar: Eva
    Eva Kemp
    Support staff
    January 22, 2016 at 11:58

    Hello,

    I’ve added this code in child style.css for cart widget in sidebar:

    .product_list_widget img {
       width: 100%;
    }
    
    .woocommerce ul.cart_list li dl dt, .woocommerce ul.product_list_widget li dl dt, .woocommerce-page ul.cart_list li dl dt, .woocommerce-page ul.product_list_widget li dl dt {
       line-height: inherit !important;
    }

    Now you need regenerate thumbnails with this plugin http://wordpress.org/plugins/regenerate-thumbnails/ .

    Unfortunately cart widget in header can’t be customized the way you want. You may try to add this css code:

    .products-small .product-item .variation dt {
        display: inline-flex;
    }
    .products-small .product-item .variation {
       width: 250px;
    }

    Regards,
    Eva Kemp.

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

You must be logged in to reply to this topic.Log in/Sign up

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