• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Fred
  • Private: No
  • Open Date: 16.11.20, 10:11
  • Opened by: Marco Guarnieri
  • Closed by: Anonymous Submitter
  • Closed on:
  • Reason: Not a bug

Ticket #19843 - Images sub gategories

hi fred i’m still here. Please note that in the categories page (I use the default one) you do not see the thumbnails of the sub categories if I activate them (ex https://www.shop.everlifedesign.it/it/3-home-bagno). Thanks

Attachments:

Accessori, complementi di arr... (256.9 KiB)

Comments

Fred 16 Nov 2020, 10:36

The issue has been fixed. Please test to confirm the change

Marco Guarnieri 16 Nov 2020, 11:38

Thanks! Is it normal to see it like this? Not responsive and not aligned to the columns below? So it is not usable, unfortunately. Thankyou

Attachments:

Schermata 2020-11-16 alle 11.... (190.3 KiB)
Marco Guarnieri 18 Nov 2020, 10:27

Hi Fred, can’t this section be made responsive? In a theme as beautiful as yours it is a shame that this area cannot be used

Fred 18 Nov 2020, 10:43

Try following CSS to make it looks better on mobile

@media (max-width:768px) {
#subcategories .flex-container {justify-content: space-between}
#subcategories .flex-container > * {width:45%}
}

https://take.ms/Qsz3q