display at basket are not korrekt

  • Posts: 39
  • Thank you received: 3
  • Hikashop Business
4 months 1 week ago #357804

-- url of the page with the problem -- : www.wolfundbaer.info
-- HikaShop version -- : 5.0.2.
-- Joomla version -- : 5.0.0
-- PHP version -- : 8.2

Hello everyone,

a question when I am in the shopping basket the following is displayed (mobile view) (see picture)
1: what is the white field? (red border) does the product image not normally belong there?
2: the white background doesn't look nice and overlaps, only the number would be enough.
3: can you make it smaller?

Thank you and Merry Christmas
Andy

Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 81597
  • Thank you received: 13081
  • MODERATOR
4 months 1 week ago #357824

Hi,

1. and 3. That "white field" is not a field. It's empty space.
Change :

.hikashop_checkout_cart td.hikashop_cart_product_name_value {width: 64%}
to:
.hikashop_checkout_cart td.hikashop_cart_product_name_value {width: 100%}
in the frontend custom CSS of Hikashop in your HikaShop configuration and it will fill the whole space there.

2. If you don't want the white background there, you can add custom CSS like this:
.hikashop_cart_product_quantity_value .hikashop_product_quantity_field {
    background-color: transparent;
}

The following user(s) said Thank You: C3zehn

Please Log in or Create an account to join the conversation.

Time to create page: 0.060 seconds
Powered by Kunena Forum