New Landing How can we help? Cardinal Thumbnail issue in shop and product pages (Internet Exporter IE and Firefox)

Viewing 5 posts - 1 through 5 (of 5 total)
  • Posted in: Cardinal
  • #163097
    hamlik2002
    Member
    Post count: 93

    As you can see in the screen shot when the browsers are at half size… the product don’t line up correctly. I’ve tried playing around with the setting, but nothing works. This happens only in IE and Firefox. Chrome seems to be is okay.

    any ideas?

    Attachments:
    You must be logged in to view attached files.
    #163099
    hamlik2002
    Member
    Post count: 93

    Update: I’ve tried to change this in Firefox (developer tool) and it seems to work. I’m not sure if it will create some issues elsewhere… is there a better way to do this… maybe a fix for upcoming theme update…?
    —————————————————-
    .col-sm-4

    FROM >>> width: 33.333%

    TO >>> width: 33%
    ———————————-
    media=”all”
    @media (min-width: 768px)
    .col-sm-4 {
    width: 33%; <<<< changed value
    }
    —————————————————
    this change looks like it fixes the issue…

    #163410
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Ok great 🙂 Will look into it, thanks for letting us know

    – Kyle

    #166996
    hamlik2002
    Member
    Post count: 93

    Any update on this?

    #167122
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Yes in Firefox you need this CSS:

    @media (min-width: 768px)
    .browser-ff .col-sm-4 {
    width: 33%; <<<< changed value
    }
    }

    – Kyle

Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register