• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Marek
  • Private: No
  • Open Date: 18.10.18, 16:31
  • Opened by: Lisa Keeling
  • Closed by: Marek
  • Closed on: 19.12.18, 19:11
  • Reason: Closed
  • Comment: Glad to help!

Ticket #13088 - wishlist on mobile view

Hi Marek,

Wishlist table looks really bad on mobile (image attached). I was wondering if it’s possible to do exactly the same in code as is for order details section (on desktop there is a table, on mobile changes to the list - see image i have attached.

Comments

Marek 19 Oct 2018, 09:39

Try this:

@media (max-width:768px) {
#mywishlist thead {display:none}
#mywishlist tbody td {display:block; width:100%}
}