Mobile view of wishlist

  • Posts: 24
  • Thank you received: 0
10 years 2 months ago #205068

-- HikaShop version -- : 2.5.0
-- Joomla version -- : 3.4.1
-- PHP version -- : 5.4.41

Hello,

The mobile view removes the quantity column from the wishlist. I have looked at the css and cannot find where the entire column is hidden.
I would prefer to hide other columns instead of quanitity. Where can I adjust this?

Thank you

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

  • Posts: 13201
  • Thank you received: 2322
10 years 2 months ago #205116

Hi,

Please add the following css property to the fontrend css file:

@media only screen and (max-width: 800px) {
  .hikashop_show_cart_quantity_td{
    display: inherit !important;
  }
  .hikashop_show_cart td:nth-child(4){
    display: none !important;
  }
  .hikashop_cart_quantity_title {
    display: inherit !important;
  }
  .hikashop_cart_products th:nth-child(4){
    display: none !important;
  }
}

The following user(s) said Thank You: JennyCo

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

Time to create page: 0.056 seconds
Powered by Kunena Forum