New Landing How can we help? Atelier Display bug on 3-column portfolio

Viewing 2 posts - 1 through 2 (of 2 total)
  • Posted in: Atelier
  • #183773
    CoverON
    Member
    Post count: 19

    On our site, we have a page that displays a portfolio in a grid 3 thumbnails wide. On some users’ computers, there is a glitch when the browser is maximized. The page will display all products, but will only have them in 2 columns, and those 2 columns are pushed to the left so it looks like a column is just missing. If the users change the window size to any size except for fullscreen, the columns display correctly. This only happens on a few computers and we all have the same desktop resolution and running the same browser.

    The page viewed is a simple page with no parent, and it contains 2 elements:
    1. 100px tall blank spacer
    2. Portfolio element using following settings:
    no widget title
    type = gallery
    full width = yes
    gutters = yes
    column = 3
    excerpt hover = no
    excerpt length = 20
    items = 20
    category = all
    order by = none
    order = descending
    filter = yes
    pagination = no
    page button = no
    no advanced options

    Attachments:
    You must be logged in to view attached files.
    #183938
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    @media only screen and (min-width: 768px) { 
    .browser-ff .portfolio-items .portfolio-item.col-sm-4 {
      width: 33.2%;
    }
    }

    – Kyle

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

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

License required for one of the following items
Login and Registration Log in · Register