Products comparison imaging?

ThemeBurn SupportForumsOpenCart ThemesKiddos OpenCart ThemeProducts comparison imaging?

This topic has been marked as resolved.

Hi,

Here is normal products comparison imaging? Look at the image. In mobile
It’s very inconvenient but maybe not otherwise?

BR

April 22, 2018 at 6:55 pm #64048

Hi,

Thanks for reporting this problem. The solution would be to add this extra CSS:

@media (min-width: 1040px) {
  .compare-info table {
    table-layout: fixed;
  }
  .compare-info table img {
    max-width: 100%;
  }
}
@media (max-width: 1039px) {
  .compare-info table img,
  .compare-info table .image-holder
  {
    max-width: 150px;
  }
}

Add these styles from the Theme CP > Theme Settings > Custom > Custom Stylesheet text field.

We will include the fix in the next theme release.

BR,
ThemeBurn team

April 30, 2018 at 11:17 am #64121

Hi,

Now all is working fine. Thanks! Resolved.

BR

May 1, 2018 at 3:46 pm #64139

Glad we’ve helped and thanks for reporting the problem!

BR,
ThemeBurn team

May 10, 2018 at 10:39 am #64196
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.