Category thumbnails does not show on smaller screens

ThemeBurn SupportForumsOpenCart ThemesPavilion OpenCart ThemeCategory thumbnails does not show on smaller screens

This topic has been marked as not resolved.

Dear Support!

I just realize that the small thumbnail images for sub categories does not show on smaller screens. I have no clue why I have this problem…

Can you take a look maybe?

All best, Thomas

February 17, 2019 at 2:38 am #67191

Hi Thomas,

There is a custom CSS that is causing problems:

@media only screen and (max-width: 768px)
  .thumbnail img {
    display: none;
  }
}

Please check its purpose.

BR,
ThemeBurn team

February 19, 2019 at 11:48 pm #67231

Dear Support team,

Ah, I see! How could I miss that…

That CSS is for hiding the small thumbnails in mobile menu for smaller screens… Of course it also hide the sub category thumbnails. It´s fixed now!

Thanks for reaching out quickly!

Best regards Thomas

February 21, 2019 at 12:37 am #67264

Glad we’ve helped, Thomas!

BR,
ThemeBurn team

February 22, 2019 at 5:06 pm #67292
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.