Okay
  Public Ticket #2442835
Possible Bug in 1 column layout filters - hides products.
Closed

Comments

  •  2
    imade3d started the conversation

    Hi. I set up a test case so you can see this issue. 

    Setup
    - Have some filterable attributes
    - Single column layout
    - enable "Always show Filter Content (1 Columns)"

    Problem: 
    In mobile view (narrow viewport), the filter is over the product grid instead of above the product grid. 

    It's normal in desktop and table view, but the mobile view is strange in this way. 

    It's a problem even if no custom CSS is enabled.

    Any ideas? Thanks. 


    qsC1yZq.png

  • [deleted] replied

    Hello,

    Please go to admin MGS -> Page Builder Setting -> Font & Style then add this css code to Custom Style

    @media (max-width: 767px) {

        .page-layout-1column .block.filter.mgs-filter {

            position: relative;

        }

    }

  •  2
    imade3d replied

    Thanks. I'll leave this here for other with the same problem. 

    (Me, I abandoned single column because of this and went to 2 column instead)